diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2024-02-27 00:01:50 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2024-02-27 00:01:50 +0300 |
commit | 7092c79b5693b239fec739c181d300301c434d22 (patch) | |
tree | ed1029051c70767d919a62f62fbac0ab6639e8c4 /test/test_send_fake_sound_hit.py | |
parent | d638bb4f58bf81c60ef218204b1fba75cf16b36a (diff) |
some include magic; add tools/ipcam_stream.py
Diffstat (limited to 'test/test_send_fake_sound_hit.py')
-rwxr-xr-x | test/test_send_fake_sound_hit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_send_fake_sound_hit.py b/test/test_send_fake_sound_hit.py index 3cc3e50..1c38113 100755 --- a/test/test_send_fake_sound_hit.py +++ b/test/test_send_fake_sound_hit.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -import __py_include +import include_homekit from argparse import ArgumentParser from homekit.util import send_datagram, stringify, Addr |