1
0
forked from VimPlug/jedi

Rename SubModule to Module, because that's a more fitting description. There were reasons for the name before the new fast parser, but those don't exist anymore.

This commit is contained in:
Dave Halter
2015-02-05 14:16:43 +01:00
parent c689573b0b
commit 0c1bbf78e2
4 changed files with 9 additions and 24 deletions

View File

@@ -156,10 +156,6 @@ def get_module_names(module, all_scopes):
return chain.from_iterable(dct.values())
class FakeSubModule():
line_offset = 0
class FakeImport(pr.Import):
def __init__(self, name, parent, level=0):
super(FakeImport, self).__init__([])