[Checkins] SVN: grok/trunk/src/grok/grokker.py get rid of unused
and rather weirdly placed improt
Philipp von Weitershausen
philikon at philikon.de
Wed Feb 7 20:30:40 EST 2007
Log message for revision 72436:
get rid of unused and rather weirdly placed improt
Changed:
U grok/trunk/src/grok/grokker.py
-=-
Modified: grok/trunk/src/grok/grokker.py
===================================================================
--- grok/trunk/src/grok/grokker.py 2007-02-08 00:37:23 UTC (rev 72435)
+++ grok/trunk/src/grok/grokker.py 2007-02-08 01:30:36 UTC (rev 72436)
@@ -43,7 +43,6 @@
# lookup?
for grokker in grokkers:
if grokker.match(obj):
- from grok.meta import XMLRPCGrokker
components[grokker.component_class].append((name, obj))
if not grokker.continue_scanning:
break
More information about the Checkins
mailing list