[Checkins] SVN: martian/trunk/src/martian/components.py Remove no longer needed class attribute. A class grokker's directives are now

Philipp von Weitershausen philikon at philikon.de
Sat Jun 7 05:47:33 EDT 2008


Log message for revision 87224:
  Remove no longer needed class attribute.  A class grokker's directives are now
  set using, uh, a directive :).
  

Changed:
  U   martian/trunk/src/martian/components.py

-=-
Modified: martian/trunk/src/martian/components.py
===================================================================
--- martian/trunk/src/martian/components.py	2008-06-07 09:46:06 UTC (rev 87223)
+++ martian/trunk/src/martian/components.py	2008-06-07 09:47:33 UTC (rev 87224)
@@ -44,8 +44,6 @@
 class ClassGrokker(ComponentGrokkerBase):
     """Grokker that groks classes in a module.
     """
-    # Use a tuple instead of a list here to make it immutable, just to be safe
-    directives = ()
 
     def grok(self, name, class_, module_info=None, **kw):
         module = None



More information about the Checkins mailing list