Skip to content

Commit 2c088ec

Browse files
committed
fix of import paths
1 parent c33e69c commit 2c088ec

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
__pycache__/
33
*.py[cod]
44
*$py.class
5+
*~
6+
\#*\#
57

68
# C extensions
79
*.so

__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import sys
2+
sys.path.append('corelib')
3+
sys.path.append('tutorials')

0 commit comments

Comments
 (0)