[z3-checkins] r18719 - z3/Five/branch/regebro-sitemanager/site

regebro at codespeak.net regebro at codespeak.net
Mon Oct 17 16:36:58 CEST 2005


Author: regebro
Date: Mon Oct 17 16:36:55 2005
New Revision: 18719

Modified:
   z3/Five/branch/regebro-sitemanager/site/localsite.py
Log:
This should be an adaptation or the whole adapter registration is pointles...


Modified: z3/Five/branch/regebro-sitemanager/site/localsite.py
==============================================================================
--- z3/Five/branch/regebro-sitemanager/site/localsite.py	(original)
+++ z3/Five/branch/regebro-sitemanager/site/localsite.py	Mon Oct 17 16:36:55 2005
@@ -103,7 +103,7 @@
         Raises ComponentLookupError if the service can't be found.
         """
         if name in (Utilities,):
-            return SimpleLocalUtilityService(self.context)
+            return ILocalUtilityService(self.context)
         return getGlobalServices().getService(name)
 
 class SimpleLocalUtilityService:


More information about the z3-checkins mailing list