[Checkins] SVN: grok/trunk/src/grok/testing.py Remove unused imports and explain why an import which seems to be unused

Philipp von Weitershausen philikon at philikon.de
Sat Jul 12 11:34:47 EDT 2008


Log message for revision 88291:
  Remove unused imports and explain why an import which seems to be unused
  at first sight is kept.
  

Changed:
  U   grok/trunk/src/grok/testing.py

-=-
Modified: grok/trunk/src/grok/testing.py
===================================================================
--- grok/trunk/src/grok/testing.py	2008-07-12 15:11:29 UTC (rev 88290)
+++ grok/trunk/src/grok/testing.py	2008-07-12 15:34:46 UTC (rev 88291)
@@ -16,10 +16,9 @@
 import sys
 import os.path
 import z3c.testsetup
-import grokcore.component
 from zope.configuration.config import ConfigurationMachine
-from martian import scan
 from grokcore.component import zcml
+# Provide this import here for BBB reasons:
 from grokcore.component.testing import grok_component
 
 class GrokTestCollector(z3c.testsetup.TestCollector):



More information about the Checkins mailing list