1
0
forked from VimPlug/jedi

move mixin to evaluate directory

This commit is contained in:
Dave Halter
2013-12-27 01:35:33 +01:00
parent c290afbb1a
commit 4ec64a9763
10 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ class BuiltinModule(modules.CachedModule):
if name == '__builtin__' and not is_py3k:
name = 'builtins'
path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
path = os.path.dirname(os.path.abspath(__file__))
with open(os.path.join(path, 'mixin', name) + '.pym') as f:
s = f.read()
except IOError: