[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/publication/publicationtraverse.py Dang, I checked in a pdb call.

Jim Fulton jim at zope.com
Tue Aug 10 19:44:33 EDT 2004


Log message for revision 26989:
  Dang, I checked in a pdb call.
  
  That's what I get for skimping on running the tests. "But I only
  deleted a comment!". Sheesh.
  


Changed:
  U   Zope3/trunk/src/zope/app/publication/publicationtraverse.py


-=-
Modified: Zope3/trunk/src/zope/app/publication/publicationtraverse.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/publicationtraverse.py	2004-08-10 23:32:13 UTC (rev 26988)
+++ Zope3/trunk/src/zope/app/publication/publicationtraverse.py	2004-08-10 23:44:33 UTC (rev 26989)
@@ -52,7 +52,6 @@
             ob2 = ob.publishTraverse(request, nm)
         else:
             # self is marker
-            import pdb; pdb.set_trace()
             adapter = queryViewProviding(ob, IPublishTraverse, request, self)
             if adapter is not self:
                 ob2 = adapter.publishTraverse(request, nm)



More information about the Zope3-Checkins mailing list