whoops, pdb

This commit is contained in:
David Rose 2009-08-31 16:10:56 +00:00
parent e9806e9c90
commit 2f04931200

View File

@ -762,7 +762,6 @@ class Freezer:
self.__loadModule(mdef)
except ImportError:
print "Unknown module: %s" % (mdef.moduleName)
import pdb; pdb.set_trace()
# Also attempt to import any implicit modules. If any of
# these fail to import, we don't really care.