Browse Source

whoops, pdb

David Rose 16 years ago
parent
commit
2f04931200
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/showutil/FreezeTool.py

+ 0 - 1
direct/src/showutil/FreezeTool.py

@@ -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.