summaryrefslogtreecommitdiff
path: root/example/calceof/calc.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/calceof/calc.py')
-rw-r--r--example/calceof/calc.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/example/calceof/calc.py b/example/calceof/calc.py
index 7bb7e0f..1ec8298 100644
--- a/example/calceof/calc.py
+++ b/example/calceof/calc.py
@@ -5,9 +5,6 @@
# demonstrates the use of the t_eof() rule.
# -----------------------------------------------------------------------------
-import sys
-sys.path.insert(0, "../..")
-
tokens = (
'NAME', 'NUMBER',
)