[Zope-Checkins] CVS: Zope/lib/python/ZServer - __init__.py:1.32

Chris McDonough chrism@zope.com
Sat, 19 Jul 2003 23:53:56 -0400


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

Modified Files:
	__init__.py 
Log Message:
Remove unused import.


=== Zope/lib/python/ZServer/__init__.py 1.31 => 1.32 ===
--- Zope/lib/python/ZServer/__init__.py:1.31	Sat Jul 19 23:51:17 2003
+++ Zope/lib/python/ZServer/__init__.py	Sat Jul 19 23:53:51 2003
@@ -13,7 +13,6 @@
 
 import sys
 import utils
-from App.config import getConfiguration
 
 #########################################################
 ### declarations used by external packages