[Zope3-checkins] CVS: Zope3/src/zope/configuration - hookregistry.py:1.2.24.1

Steve Alexander steve@cat-box.net
Thu, 15 May 2003 10:50:05 -0400


Update of /cvs-repository/Zope3/src/zope/configuration
In directory cvs.zope.org:/tmp/cvs-serv12712/src/zope/configuration

Modified Files:
      Tag: stevea-decorators-branch
	hookregistry.py 
Log Message:
More work on Decorators.
Converted existing tests to use decorators instead of ZopeContainerAdapter.


=== Zope3/src/zope/configuration/hookregistry.py 1.2 => 1.2.24.1 ===
--- Zope3/src/zope/configuration/hookregistry.py:1.2	Wed Dec 25 09:13:33 2002
+++ Zope3/src/zope/configuration/hookregistry.py	Thu May 15 10:49:34 2003
@@ -65,7 +65,7 @@
         except ImportError:
             raise BadHookError('cannot find implementation', hookname)
         try:
-            hookableDefault=name.resolve(hookablename)
+            hookableDefault = name.resolve(hookablename)
         except:
             raise BadHookableError(
                 'hookable cannot be found, but was found earlier: '