hopefully fixes a long-lasting problem with weakrefs

This commit is contained in:
David Halter
2012-12-05 00:34:18 +01:00
parent dd56b2dcbf
commit 92dea00f0d
3 changed files with 3 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import re
import traceback
from os.path import abspath, dirname
sys.path.append(abspath(dirname(abspath(__file__)) + '/../jedi'))
sys.path.insert(0, abspath(dirname(abspath(__file__)) + '/../jedi'))
os.chdir(dirname(abspath(__file__)) + '/../jedi')
from _compatibility import unicode, StringIO, reduce, literal_eval, is_py25