don't import pdb up front to prevent a crash in the publish

This commit is contained in:
David Rose 2010-05-19 20:31:25 +00:00
parent 4a8e1f8773
commit 2630c3bd50

View File

@ -1,6 +1,5 @@
import inspect
import pdb
import sys
#Bpdb - breakpoint debugging system (kanpatel - 04/2010)
@ -384,6 +383,7 @@ class BpDb:
#cache this as the latest bp
self.lastBp = bp.getParts()
#set up and start debuggger
import pdb
self.pdb = pdb.Pdb()
#self.pdb.do_alias('aa bpdb.addPdbAliases()')
self.addPdbAliases()