Log message for revision 96819:
  Ups, pdb
  

Changed:
  U   Zope/trunk/src/App/special_dtml.py

-=-
Modified: Zope/trunk/src/App/special_dtml.py
===================================================================
--- Zope/trunk/src/App/special_dtml.py  2009-02-20 14:31:50 UTC (rev 96818)
+++ Zope/trunk/src/App/special_dtml.py  2009-02-20 14:32:48 UTC (rev 96819)
@@ -41,7 +41,6 @@
     def __init__(self, name, _prefix=None, **kw):
         if _prefix is None:
             _prefix = getattr(getConfiguration(), 'softwarehome', PREFIX)
-            import pdb; pdb.set_trace()
         elif type(_prefix) is not type(''):
             _prefix = Common.package_home(_prefix)
         args=(self, os.path.join(_prefix, name + '.dtml'))

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

Reply via email to