[Checkins] SVN: martian/trunk/src/martian/__init__.py Add scanning for classes to package namespace.

Martijn Faassen faassen at infrae.com
Tue Jun 19 12:41:23 EDT 2007


Log message for revision 76798:
  Add scanning for classes to package namespace.
  

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

-=-
Modified: martian/trunk/src/martian/__init__.py
===================================================================
--- martian/trunk/src/martian/__init__.py	2007-06-19 16:39:32 UTC (rev 76797)
+++ martian/trunk/src/martian/__init__.py	2007-06-19 16:41:23 UTC (rev 76798)
@@ -1,3 +1,4 @@
 from core import ModuleGrokker, MultiGrokker, MetaMultiGrokker, grok_dotted_name,\
      grok_package, grok_module
 from components import GlobalGrokker, ClassGrokker, InstanceGrokker
+from util import scan_for_classes



More information about the Checkins mailing list