[CMF-checkins] SVN: CMF_Extras/trunk/CMFCollector/__init__.py Allow quickinstaller update to work.

Tres Seaver tseaver at palladion.com
Thu Jul 2 22:58:56 EDT 2009


Log message for revision 101412:
  Allow quickinstaller update to work.

Changed:
  U   CMF_Extras/trunk/CMFCollector/__init__.py

-=-
Modified: CMF_Extras/trunk/CMFCollector/__init__.py
===================================================================
--- CMF_Extras/trunk/CMFCollector/__init__.py	2009-07-02 22:50:52 UTC (rev 101411)
+++ CMF_Extras/trunk/CMFCollector/__init__.py	2009-07-03 02:58:56 UTC (rev 101412)
@@ -35,6 +35,7 @@
     from permissions import EditCollectorIssue
     from permissions import AddCollectorIssueFollowup
 
+    global factory_type_information # allow quickinstaller access
     factory_type_information = (
         (Collector.factory_type_information
         + CollectorIssue.factory_type_information



More information about the CMF-checkins mailing list