1
0
forked from VimPlug/jedi

strip_imports -> follow_imports

This commit is contained in:
Dave Halter
2014-05-12 11:18:47 +02:00
parent e5fe726862
commit 70d85d1b3a
4 changed files with 7 additions and 7 deletions

View File

@@ -784,7 +784,7 @@ class Import(Simple):
import foo.bar
"""
return not self.alias and not self.from_ns \
and len(self.namespace.names) > 1 \
and len(self.namespace.names) > 1
class KeywordStatement(Base):