fixed sys_path test

This commit is contained in:
David Halter
2012-11-18 02:34:32 +01:00
parent afad39539a
commit ed7c004881
2 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import sys
import os
from os import dirname
sys.path.insert(0, '../..')
sys.path.insert(0, '../../jedi')
sys.path.append(dirname(os.path.abspath('thirdparty' + os.path.sep + 'asdf')))
# modifications, that should fail: