[Checkins] SVN: grok/branches/philikon-grokcore.component/grokcore.grok/grokcore/grok/__init__.py Remove unnecessary imports

Philipp von Weitershausen philikon at philikon.de
Fri Sep 14 11:40:44 EDT 2007


Log message for revision 79638:
  Remove unnecessary imports
  

Changed:
  U   grok/branches/philikon-grokcore.component/grokcore.grok/grokcore/grok/__init__.py

-=-
Modified: grok/branches/philikon-grokcore.component/grokcore.grok/grokcore/grok/__init__.py
===================================================================
--- grok/branches/philikon-grokcore.component/grokcore.grok/grokcore/grok/__init__.py	2007-09-14 15:32:16 UTC (rev 79637)
+++ grok/branches/philikon-grokcore.component/grokcore.grok/grokcore/grok/__init__.py	2007-09-14 15:40:44 UTC (rev 79638)
@@ -17,8 +17,6 @@
 import martian.scan
 
 from zope import component
-from zope.component.interfaces import IDefaultViewName
-from zope.publisher.interfaces.browser import IBrowserRequest
 from zope.testing.cleanup import addCleanUp
 
 



More information about the Checkins mailing list