[Checkins] SVN: grok/branches/grokcore.xxx/src/grok/directive.py Get rid of unused imports

Philipp von Weitershausen philikon at philikon.de
Mon Jul 28 19:05:06 EDT 2008


Log message for revision 88942:
  Get rid of unused imports
  

Changed:
  U   grok/branches/grokcore.xxx/src/grok/directive.py

-=-
Modified: grok/branches/grokcore.xxx/src/grok/directive.py
===================================================================
--- grok/branches/grokcore.xxx/src/grok/directive.py	2008-07-28 23:04:51 UTC (rev 88941)
+++ grok/branches/grokcore.xxx/src/grok/directive.py	2008-07-28 23:05:06 UTC (rev 88942)
@@ -14,16 +14,13 @@
 """Grok directives.
 """
 
-import sys
 import grok
 from zope import interface
 from zope.interface.interfaces import IInterface
 
 import martian
 from martian import util
-from martian.error import GrokImportError, GrokError
-from martian.directive import StoreMultipleTimes
-from grok import components
+from martian.error import GrokImportError
 
 from grokcore.component.scan import UnambiguousComponentScope
 from grokcore.view.directive import OneInterfaceOrClassOnClassOrModule



More information about the Checkins mailing list