mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
whoops, pdb
This commit is contained in:
parent
e9806e9c90
commit
2f04931200
@ -762,7 +762,6 @@ class Freezer:
|
|||||||
self.__loadModule(mdef)
|
self.__loadModule(mdef)
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print "Unknown module: %s" % (mdef.moduleName)
|
print "Unknown module: %s" % (mdef.moduleName)
|
||||||
import pdb; pdb.set_trace()
|
|
||||||
|
|
||||||
# Also attempt to import any implicit modules. If any of
|
# Also attempt to import any implicit modules. If any of
|
||||||
# these fail to import, we don't really care.
|
# these fail to import, we don't really care.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user