From 7092c79b5693b239fec739c181d300301c434d22 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Tue, 27 Feb 2024 00:01:50 +0300 Subject: some include magic; add tools/ipcam_stream.py --- test/__py_include.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/__py_include.py (limited to 'test/__py_include.py') 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 -- cgit v1.2.3