[Zope3-checkins] SVN: Zope3/trunk/bin/mkzopeinstance fix yet another reference to the old zope.app.process package

Fred L. Drake, Jr. fred at zope.com
Tue May 25 18:15:06 EDT 2004


Log message for revision 24978:
fix yet another reference to the old zope.app.process package


-=-
Modified: Zope3/trunk/bin/mkzopeinstance
===================================================================
--- Zope3/trunk/bin/mkzopeinstance	2004-05-25 22:04:58 UTC (rev 24977)
+++ Zope3/trunk/bin/mkzopeinstance	2004-05-25 22:15:05 UTC (rev 24978)
@@ -34,7 +34,7 @@
     sys.exit(1)
 
 
-from zope.app.process.mkzopeinstance import main
+from zope.app.server.mkzopeinstance import main
 
 
 sys.exit(main())




More information about the Zope3-Checkins mailing list