[Checkins] SVN: zope.interface/branches/regebro-python3/src/zope/interface/interface.py Got rid of a pdb.

Lennart Regebro regebro at gmail.com
Mon Mar 30 19:24:21 EDT 2009


Log message for revision 98656:
  Got rid of a pdb.
  

Changed:
  U   zope.interface/branches/regebro-python3/src/zope/interface/interface.py

-=-
Modified: zope.interface/branches/regebro-python3/src/zope/interface/interface.py
===================================================================
--- zope.interface/branches/regebro-python3/src/zope/interface/interface.py	2009-03-30 23:24:03 UTC (rev 98655)
+++ zope.interface/branches/regebro-python3/src/zope/interface/interface.py	2009-03-30 23:24:20 UTC (rev 98656)
@@ -603,7 +603,6 @@
 
         for k, v in self.__attrs.items():
             if isinstance(v, Method) and not (k in dict):
-                import pdb;pdb.set_trace()
                 dict[k]=v
 
         for b in self.__bases__:



More information about the Checkins mailing list