[Checkins] SVN: grok/branches/jw-philipp-using-ndir-directives/src/grok/meta.py The util module was renamed to scan

Philipp von Weitershausen philikon at philikon.de
Sun May 4 09:13:29 EDT 2008


Log message for revision 86365:
  The util module was renamed to scan

Changed:
  U   grok/branches/jw-philipp-using-ndir-directives/src/grok/meta.py

-=-
Modified: grok/branches/jw-philipp-using-ndir-directives/src/grok/meta.py
===================================================================
--- grok/branches/jw-philipp-using-ndir-directives/src/grok/meta.py	2008-05-04 13:12:15 UTC (rev 86364)
+++ grok/branches/jw-philipp-using-ndir-directives/src/grok/meta.py	2008-05-04 13:13:29 UTC (rev 86365)
@@ -56,8 +56,8 @@
 from grok.interfaces import IRESTSkinType
 from grok.interfaces import IViewletManager as IGrokViewletManager
 
-from grokcore.component.util import determine_module_component
-from grokcore.component.util import check_module_component
+from grokcore.component.scan import determine_module_component
+from grokcore.component.scan import check_module_component
 
 class ViewletManagerContextGrokker(martian.GlobalGrokker):
 



More information about the Checkins mailing list