mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-01 21:45:25 +08:00
Renamed mixin .py files to .pym (fixes davidhalter/jedi-vim#41)
This commit is contained in:
@@ -193,7 +193,7 @@ class Parser(CachedModule):
|
||||
if name == '__builtin__' and not is_py3k:
|
||||
name = 'builtins'
|
||||
path = os.path.dirname(os.path.abspath(__file__))
|
||||
f = open(os.path.sep.join([path, 'mixin', name]) + '.py')
|
||||
f = open(os.path.sep.join([path, 'mixin', name]) + '.pym')
|
||||
except IOError:
|
||||
return {}
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user