refactorings / added used_names to Module

This commit is contained in:
David Halter
2012-08-03 17:10:00 +02:00
parent 52d80ca06c
commit c2a5876d7b
4 changed files with 29 additions and 18 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ class ImportPath(object):
else:
f = builtin.Parser(name=path)
return f.parser.top, rest
return f.parser.module, rest
def strip_imports(scopes):