1
0
forked from VimPlug/jedi

Remove Import.alias_name_part, it was simply an alias for another lookup.

This commit is contained in:
Dave Halter
2014-09-26 16:32:36 +02:00
parent 03e01631cc
commit 27444ed64d
3 changed files with 3 additions and 11 deletions

View File

@@ -861,14 +861,6 @@ class Import(Simple):
n.append(self.alias)
return n
@property
def alias_name_part(self):
"""
TODO refactor and dont use this method, because NamePart will not exist in
the future.
"""
return self.alias
def is_nested(self):
"""
This checks for the special case of nested imports, without aliases and