[Checkins] SVN: GenericSetup/branches/wichert-zcml-steps/registry.py Add a utility method to unregister a step

Wichert Akkerman wichert at wiggy.net
Sun Sep 23 17:09:21 EDT 2007


Log message for revision 79868:
  Add a utility method to unregister a step

Changed:
  U   GenericSetup/branches/wichert-zcml-steps/registry.py

-=-
Modified: GenericSetup/branches/wichert-zcml-steps/registry.py
===================================================================
--- GenericSetup/branches/wichert-zcml-steps/registry.py	2007-09-23 21:05:33 UTC (rev 79867)
+++ GenericSetup/branches/wichert-zcml-steps/registry.py	2007-09-23 21:09:20 UTC (rev 79868)
@@ -109,6 +109,10 @@
 
         return _resolveDottedName( info[ 'handler' ] )
 
+    security.declarePrivate( 'unregisterStep' )
+    def unregisterStep( self, id ):
+        def self._registered[id]
+
     security.declarePrivate( 'clear' )
     def clear( self ):
 



More information about the Checkins mailing list