Skip to content

Commit 5342493

Browse files
committed
Fixed module search path.
1 parent 4d18243 commit 5342493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Application.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#
3939
import os
4040
import sys
41+
sys.path.insert(0, os.path.abspath('.'))
4142
sys.path.insert(0, os.path.abspath('..'))
4243

4344
from pyTerminalUI import LineTerminal, Severity

0 commit comments

Comments
 (0)