[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/translation_files/extract.py Jim changed the API.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun May 23 07:53:51 EDT 2004


Log message for revision 24894:

Jim changed the API.




-=-
Modified: Zope3/trunk/src/zope/app/translation_files/extract.py
===================================================================
--- Zope3/trunk/src/zope/app/translation_files/extract.py	2004-05-23 11:53:45 UTC (rev 24893)
+++ Zope3/trunk/src/zope/app/translation_files/extract.py	2004-05-23 11:53:50 UTC (rev 24894)
@@ -308,7 +308,7 @@
 def zcml_strings(dir, domain="zope"):
     """Retrieve all ZCML messages from dir that are in the domain.
     """
-    from zope.app._app import config
+    from zope.app.appsetup import config
     import zope
     dirname = os.path.dirname
     site_zcml = os.path.join(dirname(dirname(dirname(zope.__file__))),




More information about the Zope3-Checkins mailing list