[Zope3-checkins] CVS: Zope3/src/zope/app/publication - httpfactory.py:1.6

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 15:24:27 EST 2004


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

Modified Files:
	httpfactory.py 
Log Message:


Startup was renamed to process a long time ago. No, move the interfaces to the
right place.



I am not sure whether making process a dependency of publication is a good idea.




=== Zope3/src/zope/app/publication/httpfactory.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/publication/httpfactory.py:1.5	Mon Jun  9 12:39:13 2003
+++ Zope3/src/zope/app/publication/httpfactory.py	Sat Mar 13 15:24:26 2004
@@ -11,18 +11,17 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""
+"""HTTP Factory
 
 $Id$
 """
-
 from zope.interface import moduleProvides, implements
 from zope.publisher.http import HTTPRequest
 from zope.publisher.browser import BrowserRequest
 from zope.publisher.xmlrpc import XMLRPCRequest
 
-from zope.app.interfaces.startup import IPublicationRequestFactoryFactory
-from zope.app.interfaces.startup import IPublicationRequestFactory
+from zope.app.process.interfaces import IPublicationRequestFactoryFactory
+from zope.app.process.interfaces import IPublicationRequestFactory
 
 from zope.app.publication.http import HTTPPublication
 from zope.app.publication.browser import BrowserPublication




More information about the Zope3-Checkins mailing list