1
0
forked from VimPlug/jedi

a few pep8 improvements

This commit is contained in:
David Halter
2012-11-21 16:49:01 +01:00
parent 586dcc273c
commit 576e53f771
3 changed files with 4 additions and 3 deletions

View File

@@ -304,7 +304,6 @@ class Module(Scope):
self._name = Name(names, self.start_pos, self.end_pos, self)
return self._name
def is_builtin(self):
return not (self.path is None or self.path.endswith('.py'))