[Checkins] SVN: zope.i18n/trunk/src/zope/i18n/zcml.py Oops, pdb

Hanno Schlichting plone at hannosch.info
Sat Apr 26 08:48:55 EDT 2008


Log message for revision 85762:
  Oops, pdb
  

Changed:
  U   zope.i18n/trunk/src/zope/i18n/zcml.py

-=-
Modified: zope.i18n/trunk/src/zope/i18n/zcml.py
===================================================================
--- zope.i18n/trunk/src/zope/i18n/zcml.py	2008-04-26 11:45:07 UTC (rev 85761)
+++ zope.i18n/trunk/src/zope/i18n/zcml.py	2008-04-26 12:48:55 UTC (rev 85762)
@@ -55,7 +55,6 @@
         if os.path.isdir(lc_messages_path):
             # Preprocess files and update or compile the mo files
             if COMPILE_MO_FILES:
-                import pdb; pdb.set_trace()
                 for domain_file in os.listdir(lc_messages_path):
                     if domain_file.endswith('.po'):
                         domain = domain_file[:-3]



More information about the Checkins mailing list