summaryrefslogtreecommitdiff
path: root/example/BASIC/basiclog.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/BASIC/basiclog.py')
-rw-r--r--example/BASIC/basiclog.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/example/BASIC/basiclog.py b/example/BASIC/basiclog.py
index 9258e29..2463bc4 100644
--- a/example/BASIC/basiclog.py
+++ b/example/BASIC/basiclog.py
@@ -2,8 +2,6 @@
#
import sys
-sys.path.insert(0, "../..")
-
if sys.version_info[0] >= 3:
raw_input = input