[Zope-Checkins] CVS: Zope/lib/python/ZServer/PubCore - ZServerPublisher.py:1.9.8.1

Chris McDonough chrism at zope.com
Tue Oct 21 10:41:02 EDT 2003


Update of /cvs-repository/Zope/lib/python/ZServer/PubCore
In directory cvs.zope.org:/tmp/cvs-serv7753/lib/python/ZServer/PubCore

Modified Files:
      Tag: Zope-2_7-branch
	ZServerPublisher.py 
Log Message:
Made 'publisher-profile-file' config file option work.  PROFILE_PUBLISHER environment variable is no longer respected.


=== Zope/lib/python/ZServer/PubCore/ZServerPublisher.py 1.9 => 1.9.8.1 ===
--- Zope/lib/python/ZServer/PubCore/ZServerPublisher.py:1.9	Tue Mar 18 16:15:16 2003
+++ Zope/lib/python/ZServer/PubCore/ZServerPublisher.py	Tue Oct 21 10:40:31 2003
@@ -10,10 +10,10 @@
 # FOR A PARTICULAR PURPOSE
 #
 ##############################################################################
-from ZPublisher import publish_module
 
 class ZServerPublisher:
     def __init__(self, accept):
+        from ZPublisher import publish_module
         while 1:
             try:
                 name, request, response=accept()




More information about the Zope-Checkins mailing list