[Zope-Checkins] SVN: Zope/trunk/src/App/special_dtml.py Ups, pdb

Hanno Schlichting plone at hannosch.info
Fri Feb 20 09:32:48 EST 2009


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'))



More information about the Zope-Checkins mailing list