aboutsummaryrefslogtreecommitdiff
path: root/test/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.py')
-rwxr-xr-xtest/test.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/test.py b/test/test.py
deleted file mode 100755
index 0c4a347..0000000
--- a/test/test.py
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env python
-import __py_include
-
-from pprint import pprint
-from homekit.camera.config import IpcamConfig
-
-
-if __name__ == '__main__':
- c = IpcamConfig()
- pprint(c.get()) \ No newline at end of file