[Zope3-checkins] SVN: Zope3/trunk/utilities/i18nextract.py Update tool to reflect changes

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Jul 1 16:34:50 EDT 2004


Log message for revision 26032:
Update tool to reflect changes



-=-
Modified: Zope3/trunk/utilities/i18nextract.py
===================================================================
--- Zope3/trunk/utilities/i18nextract.py	2004-07-01 20:34:24 UTC (rev 26031)
+++ Zope3/trunk/utilities/i18nextract.py	2004-07-01 20:34:50 UTC (rev 26032)
@@ -128,7 +128,7 @@
     print "base path: %r\nsearch path: %r\ndomain: %r\noutput file: %r" \
         % (base_dir, path, domain, output_file)
 
-    from zope.app.translation_files.extract import POTMaker, \
+    from zope.app.locales.extract import POTMaker, \
          py_strings, tal_strings, zcml_strings
 
     maker = POTMaker(output_file, path)



More information about the Zope3-Checkins mailing list