summaryrefslogtreecommitdiff
path: root/example/closurecalc/calc.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/closurecalc/calc.py')
-rw-r--r--example/closurecalc/calc.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/example/closurecalc/calc.py b/example/closurecalc/calc.py
index 59c9d6f..4fc0cd7 100644
--- a/example/closurecalc/calc.py
+++ b/example/closurecalc/calc.py
@@ -6,9 +6,6 @@
# lexing rules, parsing rules, and internal state are held inside the function.
# -----------------------------------------------------------------------------
-import sys
-sys.path.insert(0, "../..")
-
# Make a calculator function