summaryrefslogtreecommitdiff
path: root/test/pkg_test2/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pkg_test2/__init__.py')
-rw-r--r--test/pkg_test2/__init__.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/pkg_test2/__init__.py b/test/pkg_test2/__init__.py
new file mode 100644
index 0000000..0e19558
--- /dev/null
+++ b/test/pkg_test2/__init__.py
@@ -0,0 +1,9 @@
+# Tests proper handling of lextab and parsetab files in package structures
+
+# Here for testing purposes
+import sys
+if '..' not in sys.path:
+ sys.path.insert(0, '..')
+
+from .parsing.calcparse import parser
+