[Checkins] SVN: CMF/branches/2.1/CMFCore/utils.py Fix typo

Wichert Akkerman wichert at wiggy.net
Sun Apr 29 08:04:47 EDT 2007


Log message for revision 74889:
  Fix typo

Changed:
  U   CMF/branches/2.1/CMFCore/utils.py

-=-
Modified: CMF/branches/2.1/CMFCore/utils.py
===================================================================
--- CMF/branches/2.1/CMFCore/utils.py	2007-04-29 09:26:13 UTC (rev 74888)
+++ CMF/branches/2.1/CMFCore/utils.py	2007-04-29 12:04:45 UTC (rev 74889)
@@ -102,7 +102,7 @@
     if tool_interface is not None:
         try:
             utility = getUtility(tool_interface)
-            return utility_tool.__of__(obj)
+            return utility.__of__(obj)
         except ComponentLookupError:
             # behave in backwards-compatible way
             # fall through to old implementation



More information about the Checkins mailing list