[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/tool.py - made sure global export handlers are found

Yvo Schubbe y.2007- at wcm-solutions.de
Thu Nov 29 16:39:57 EST 2007


Log message for revision 82043:
  - made sure global export handlers are found

Changed:
  U   Products.GenericSetup/trunk/Products/GenericSetup/tool.py

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/tool.py
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/tool.py	2007-11-29 21:13:25 UTC (rev 82042)
+++ Products.GenericSetup/trunk/Products/GenericSetup/tool.py	2007-11-29 21:39:57 UTC (rev 82043)
@@ -424,7 +424,7 @@
 
         for step_id in steps:
 
-            handler = self._export_registry.getStep(step_id)
+            handler = self.getExportStep(step_id)
 
             if handler is None:
                 logger = logging.getLogger('GenericSetup')



More information about the Checkins mailing list