fix for tar_import stuff, that was caused by http://bugs.python.org/issue16791, may affect davidhalter/jedi-vim#56

This commit is contained in:
David Halter
2012-12-27 13:31:55 +01:00
parent f0dcbd8290
commit 31b335dc08
2 changed files with 4 additions and 2 deletions

View File

@@ -115,6 +115,9 @@ mod1.a
#! ['a=1.0']
from import_tree.pkg.mod1 import a
#! ['import os']
from .imports import os
# -----------------
# anonymous classes
# -----------------