[Zope3-checkins] CVS: Zope3/src/zope/app - _app.py:1.14.2.3

Philipp von Weitershausen philikon at philikon.de
Tue Aug 5 20:25:06 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv3031

Modified Files:
      Tag: zcml-interface-field-branch
	_app.py 
Log Message:
Ugh. import in the wrong place


=== Zope3/src/zope/app/_app.py 1.14.2.2 => 1.14.2.3 ===
--- Zope3/src/zope/app/_app.py:1.14.2.2	Tue Aug  5 18:59:12 2003
+++ Zope3/src/zope/app/_app.py	Tue Aug  5 19:24:59 2003
@@ -22,7 +22,6 @@
 from zope.publisher.browser import TestRequest
 from zope.app.publication.browser import BrowserPublication
 import zope.configuration.xmlconfig
-import zope.app.component.service
 
 
 __metaclass__ = type
@@ -36,6 +35,7 @@
         return
 
     import zope.app.configuration
+    import zope.app.component.service
 
     # Set user to system_user, so we can do anything we want
     from zope.security.management import system_user




More information about the Zope3-Checkins mailing list