[Zope3-checkins] CVS: Zope3/src/zope/app/renderer - metaconfigure.py:1.2

Philipp von Weitershausen philikon@philikon.de
Fri, 1 Aug 2003 11:36:31 -0400


Update of /cvs-repository/Zope3/src/zope/app/renderer
In directory cvs.zope.org:/tmp/cvs-serv25318

Modified Files:
	metaconfigure.py 
Log Message:
Removed unused imports.


=== Zope3/src/zope/app/renderer/metaconfigure.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/renderer/metaconfigure.py:1.1	Thu Jul 31 13:59:36 2003
+++ Zope3/src/zope/app/renderer/metaconfigure.py	Fri Aug  1 11:36:25 2003
@@ -18,7 +18,7 @@
 from zope.app.component.metaconfigure import handler
 from zope.app.renderer.sourcetype import SourceTypes 
 from zope.configuration.fields import GlobalObject
-from zope.interface import Interface, implements, classProvides
+from zope.interface import Interface
 from zope.schema import TextLine
 
 class ISourceTypeDirective(Interface):
@@ -41,7 +41,6 @@
         title=u"Title",
         description=u"Provides a title for the source type.",
         required=False)
-
 
 class IRendererDirective(Interface):
     """Register a renderer for a paricular output interface, such as