[Zope3-checkins] CVS: Zope3/src/zope/app/pagetemplate/tests -
test_directives.py:1.5
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 17 03:09:29 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/pagetemplate/tests
In directory cvs.zope.org:/tmp/cvs-serv7189/app/pagetemplate/tests
Modified Files:
test_directives.py
Log Message:
Removed unused imports.
=== Zope3/src/zope/app/pagetemplate/tests/test_directives.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/pagetemplate/tests/test_directives.py:1.4 Mon Jul 28 18:20:04 2003
+++ Zope3/src/zope/app/pagetemplate/tests/test_directives.py Sun Aug 17 02:07:23 2003
@@ -20,12 +20,13 @@
from cStringIO import StringIO
from zope.configuration.xmlconfig import xmlconfig, XMLConfig
-
-from zope.app.tests.placelesssetup import PlacelessSetup
-
from zope.interface import Interface, implements
from zope.component.adapter import provideAdapter
+
+import zope.app.pagetemplate
+
from zope.app.interfaces.traversing import ITraversable
+from zope.app.tests.placelesssetup import PlacelessSetup
template = """<zopeConfigure
xmlns='http://namespaces.zope.org/zope'
@@ -58,7 +59,6 @@
# XXX: tests for other directives needed
def setUp(self):
- import zope.configuration
PlacelessSetup.setUp(self)
XMLConfig('meta.zcml', zope.app.pagetemplate)()
More information about the Zope3-Checkins
mailing list