Skip to content

Commit 04d7135

Browse files
committed
improve context
1 parent 3e3d867 commit 04d7135

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/context.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
import os
66
import sys
77

8-
# This is an ugly hack. Jupyter notebook runs in a different path than plain python.
9-
sys.path.insert(0, os.path.abspath("../.."))
10-
sys.path.insert(0, os.path.abspath(".."))
118
sys.path.insert(0, os.path.abspath("."))
129

1310
import pystran

0 commit comments

Comments
 (0)