summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/__init__.py0
-rwxr-xr-xtest/test.py2
-rwxr-xr-xtest/test_stopwatch.py2
3 files changed, 2 insertions, 2 deletions
diff --git a/test/__init__.py b/test/__init__.py
deleted file mode 100644
index e69de29..0000000
--- a/test/__init__.py
+++ /dev/null
diff --git a/test/test.py b/test/test.py
index 7ea37e6..413c25c 100755
--- a/test/test.py
+++ b/test/test.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-from home.relay import RelayClient
+from homekit.relay import RelayClient
if __name__ == '__main__':
diff --git a/test/test_stopwatch.py b/test/test_stopwatch.py
index 6ff2c0e..9dd7762 100755
--- a/test/test_stopwatch.py
+++ b/test/test_stopwatch.py
@@ -1,4 +1,4 @@
-from home.util import Stopwatch, StopwatchError
+from homekit.util import Stopwatch, StopwatchError
from time import sleep