[Checkins] SVN: martian/trunk/src/martian/ Change imports.

Martijn Faassen faassen at infrae.com
Tue Jun 19 12:13:33 EDT 2007


Log message for revision 76795:
  Change imports.
  

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

-=-
Modified: martian/trunk/src/martian/README.txt
===================================================================
--- martian/trunk/src/martian/README.txt	2007-06-19 16:12:32 UTC (rev 76794)
+++ martian/trunk/src/martian/README.txt	2007-06-19 16:13:33 UTC (rev 76795)
@@ -887,7 +887,7 @@
 A ``MetaMultiGrokker`` is a ``MultiGrokker`` that comes preconfigured with
 grokkers for ``ClassGrokker``, ``InstanceGrokker`` and ``GlobalGrokker``::
 
-  >>> from martian.core import MetaMultiGrokker
+  >>> from martian import MetaMultiGrokker
   >>> multi_grokker = MetaMultiGrokker()
 
 It works for ``ClassGrokker``::

Modified: martian/trunk/src/martian/__init__.py
===================================================================
--- martian/trunk/src/martian/__init__.py	2007-06-19 16:12:32 UTC (rev 76794)
+++ martian/trunk/src/martian/__init__.py	2007-06-19 16:13:33 UTC (rev 76795)
@@ -1,3 +1,3 @@
-from core import ModuleGrokker, MultiGrokker, grok_dotted_name,\
+from core import ModuleGrokker, MultiGrokker, MetaMultiGrokker, grok_dotted_name,\
      grok_package, grok_module
 from components import GlobalGrokker, ClassGrokker, InstanceGrokker



More information about the Checkins mailing list