[Checkins] SVN: martian/trunk/src/martian/martiandirective.py move a docstring from the grokcore.component readme to the actual directive class

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Feb 14 04:18:51 EST 2011


Log message for revision 120310:
  move a docstring from the grokcore.component readme to the actual directive class

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

-=-
Modified: martian/trunk/src/martian/martiandirective.py
===================================================================
--- martian/trunk/src/martian/martiandirective.py	2011-02-14 08:38:04 UTC (rev 120309)
+++ martian/trunk/src/martian/martiandirective.py	2011-02-14 09:18:51 UTC (rev 120310)
@@ -36,6 +36,10 @@
 
 
 class baseclass(MarkerDirective):
+    """Marker directive. Declares that a subclass of an otherwise automatically
+    configured component should not be registered, and that it serves as a base
+    class instead.
+
+    """
     scope = CLASS
     store = ONCE_NOBASE
-



More information about the checkins mailing list