[Checkins] SVN: GenericSetup/branches/1.3/components.py Damn, stupid pdb

Wichert Akkerman wichert at wiggy.net
Tue Aug 7 04:57:59 EDT 2007


Log message for revision 78655:
  Damn, stupid pdb

Changed:
  U   GenericSetup/branches/1.3/components.py

-=-
Modified: GenericSetup/branches/1.3/components.py
===================================================================
--- GenericSetup/branches/1.3/components.py	2007-08-07 08:56:17 UTC (rev 78654)
+++ GenericSetup/branches/1.3/components.py	2007-08-07 08:57:59 UTC (rev 78655)
@@ -208,7 +208,6 @@
         site = aq_base(self._getSite())
 
         for reg_info in registrations:
-            import pdb ; pdb.set_trace()
             child = self._doc.createElement('utility')
 
             child.setAttribute('interface', reg_info['provided'])



More information about the Checkins mailing list