1
0
forked from VimPlug/jedi

builtin scope doesn't load by default anymore. This makes Jedi faster at startup. -> jedi issue 7

This commit is contained in:
David Halter
2012-10-17 21:26:29 +02:00
parent 25229561fe
commit 3838b5482e
5 changed files with 25 additions and 14 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class Keyword(object):
self.start_pos = pos
def get_parent_until(self):
return builtin.builtin_scope
return builtin.Builtin.scope
@property
def names(self):