Commit f5223140 authored by Carl Hetherington's avatar Carl Hetherington

Remove some believed-unnecessary stuff.

parent 8d4d2cf6
import sys
print(sys.path)
sys.path.insert(0, "/ev3script")
print("AFTER")
print(sys.path)
import sys
sys.path.remove("/home/isaac/Documents/ev3script")
import sys
print (sys.path)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment