bug fixing

This commit is contained in:
David Halter
2012-04-18 21:41:51 +02:00
parent ff7f774dc6
commit 0048eb65c4
8 changed files with 25 additions and 20 deletions

View File

@@ -276,7 +276,7 @@ def strip_imports(scopes):
result = []
for s in scopes:
if isinstance(s, parsing.Import):
print 'dini mueter, steile griech!'
#print 'dini mueter, steile griech!'
try:
result += follow_import(s)
except modules.ModuleNotFound: