Skip to content
Snippets Groups Projects
Commit baec7360 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Do not append to `sys.path`

The modification of `sys.path` was added in commit 034d96fe to have
access to `util_eddies`. It is no longer useful, since commit
d16d3f1c, when a symbolic link was added.
parent 53cd4094
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ import shapefile
from os import path
import pprint
import sys
sys.path.append(path.join(sys.path[0], "../../Common"))
import util_eddies
import report_graph
import json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment