Log message for revision 71976:
  removed pdb
  

Changed:
  U   Zope/trunk/lib/python/webdav/tests/testPUT_factory.py

-=-
Modified: Zope/trunk/lib/python/webdav/tests/testPUT_factory.py
===================================================================
--- Zope/trunk/lib/python/webdav/tests/testPUT_factory.py       2007-01-12 
16:24:50 UTC (rev 71975)
+++ Zope/trunk/lib/python/webdav/tests/testPUT_factory.py       2007-01-12 
16:25:37 UTC (rev 71976)
@@ -76,7 +76,6 @@
         addDTMLMethod(self.app, 'a', file='I am file a')
         manage_addFolder(self.app.A, 'B')
         request = self.app.REQUEST
-        import pdb; pdb.set_trace() 
         # this should create 'a' within /A/B containing 'bar'
         put = request.traverse('/A/B/a')
         put(request, request.RESPONSE)

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to