mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
fixed test path problem
This commit is contained in:
@@ -4,7 +4,7 @@ import sys
|
||||
import re
|
||||
import traceback
|
||||
|
||||
os.chdir('../')
|
||||
os.chdir(os.path.dirname(os.path.abspath(__file__)) + '/..')
|
||||
sys.path.append('.')
|
||||
import functions
|
||||
from _compatibility import unicode, BytesIO
|
||||
|
||||
Reference in New Issue
Block a user