[Zope3-checkins] SVN: Zope3/trunk/src/docutils/readers/python/moduleparser.py Removed some commented out pdb litter. Just making sure commit privs actually

Brad Bollenbach brad at bbnet.ca
Fri Oct 29 16:12:31 EDT 2004


Log message for revision 28288:
  Removed some commented out pdb litter. Just making sure commit privs actually
  work too. :)
  

Changed:
  U   Zope3/trunk/src/docutils/readers/python/moduleparser.py

-=-
Modified: Zope3/trunk/src/docutils/readers/python/moduleparser.py
===================================================================
--- Zope3/trunk/src/docutils/readers/python/moduleparser.py	2004-10-29 20:11:15 UTC (rev 28287)
+++ Zope3/trunk/src/docutils/readers/python/moduleparser.py	2004-10-29 20:12:30 UTC (rev 28288)
@@ -550,8 +550,6 @@
             # Don't bother with nested class definitions.
             return
         self.in_class = 1
-        #import mypdb as pdb
-        #pdb.set_trace()
         for base in node.bases:
             self.visit(base)
         self.klass = klass = Class(node, node.name, self.bases)



More information about the Zope3-Checkins mailing list