[Checkins] SVN: martian/trunk/src/martian/core.py Require grokker argument.

Martijn Faassen faassen at infrae.com
Tue Jun 19 12:16:28 EDT 2007


Log message for revision 76796:
  Require grokker argument.
  

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

-=-
Modified: martian/trunk/src/martian/core.py
===================================================================
--- martian/trunk/src/martian/core.py	2007-06-19 16:13:33 UTC (rev 76795)
+++ martian/trunk/src/martian/core.py	2007-06-19 16:16:28 UTC (rev 76796)
@@ -164,7 +164,7 @@
         self.register(InstanceMetaGrokker(self))
         self.register(GlobalMetaGrokker(self))
 
-def grok_dotted_name(dotted_name, grokker=None, **kw):
+def grok_dotted_name(dotted_name, grokker, **kw):
     module_info = scan.module_info_from_dotted_name(dotted_name)
     grok_package(module_info, grokker, **kw)
     



More information about the Checkins mailing list