[Checkins] SVN: Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/objectinfo.py We don't need 'grok' here. 'grokcore.component' is enough.

Uli Fouquet uli at gnufix.de
Sat Mar 6 10:55:32 EST 2010


Log message for revision 109705:
  We don't need 'grok' here. 'grokcore.component' is enough.
  

Changed:
  U   Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/objectinfo.py

-=-
Modified: Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/objectinfo.py
===================================================================
--- Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/objectinfo.py	2010-03-06 15:54:51 UTC (rev 109704)
+++ Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/objectinfo.py	2010-03-06 15:55:31 UTC (rev 109705)
@@ -1,6 +1,6 @@
 """Infos about objects.
 """
-import grok
+import grokcore.component as grok
 import inspect
 import types
 from persistent import Persistent



More information about the checkins mailing list