[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/CachingService/tests - testCacheConfiguration.py:1.2

Steve Alexander steve@cat-box.net
Wed, 18 Dec 2002 12:39:10 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/CachingService/tests
In directory cvs.zope.org:/tmp/cvs-serv1112

Modified Files:
	testCacheConfiguration.py 
Log Message:
removed extraneous imports


=== Zope3/lib/python/Zope/App/OFS/Services/CachingService/tests/testCacheConfiguration.py 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/OFS/Services/CachingService/tests/testCacheConfiguration.py:1.1	Thu Dec 12 10:28:17 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/CachingService/tests/testCacheConfiguration.py	Wed Dec 18 12:39:09 2002
@@ -16,9 +16,7 @@
 $Id$
 """
 
-from unittest import TestCase, TestSuite, main, makeSuite
-
-from Interface import Interface
+from unittest import TestCase, main, makeSuite
 
 from Zope.App.OFS.Services.CachingService.CacheConfiguration \
      import CacheConfiguration
@@ -30,7 +28,7 @@
      import ServiceManager
 from Zope.App.OFS.Container.ZopeContainerAdapter import ZopeContainerAdapter
 from Zope.App.OFS.Services.ConfigurationInterfaces \
-     import Active, Unregistered, Registered
+     import Active, Unregistered
 from Zope.App.Caching.ICache import ICache
 from Zope.App.DependencyFramework.IDependable import IDependable
 from Zope.App.Caching.ICachingService import ICachingService