summaryrefslogtreecommitdiff
path: root/test/__py_include.py
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2024-02-27 00:01:50 +0300
committerEvgeny Zinoviev <me@ch1p.io>2024-02-27 00:01:50 +0300
commit7092c79b5693b239fec739c181d300301c434d22 (patch)
treeed1029051c70767d919a62f62fbac0ab6639e8c4 /test/__py_include.py
parentd638bb4f58bf81c60ef218204b1fba75cf16b36a (diff)
some include magic; add tools/ipcam_stream.py
Diffstat (limited to 'test/__py_include.py')
-rw-r--r--test/__py_include.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/__py_include.py b/test/__py_include.py
deleted file mode 100644
index 8f98830..0000000
--- a/test/__py_include.py
+++ /dev/null
@@ -1,9 +0,0 @@
-import sys
-import os.path
-
-for _name in ('include/py',):
- sys.path.extend([
- os.path.realpath(
- os.path.join(os.path.dirname(os.path.join(__file__)), '..', _name)
- )
- ]) \ No newline at end of file