[Checkins] SVN: grok/trunk/src/grok/_grok.py LocalUtility is implicitly a model, so don't scan for it twice.

Martijn Faassen faassen at infrae.com
Mon Jul 2 12:27:28 EDT 2007


Log message for revision 77309:
  LocalUtility is implicitly a model, so don't scan for it twice.
  

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

-=-
Modified: grok/trunk/src/grok/_grok.py
===================================================================
--- grok/trunk/src/grok/_grok.py	2007-07-02 13:57:22 UTC (rev 77308)
+++ grok/trunk/src/grok/_grok.py	2007-07-02 16:27:27 UTC (rev 77309)
@@ -94,7 +94,6 @@
     # XXX hardcoded in here which base classes are possible contexts
     # this should be made extensible
     possible_contexts = martian.scan_for_classes(module, [grok.Model,
-                                                          grok.LocalUtility,
                                                           grok.Container])
     context = determine_module_context(module_info, possible_contexts)
 



More information about the Checkins mailing list