[CMF-checkins] CVS: CMF/CMFSetup - typeinfo.py:1.28 utils.py:1.22
Yvo Schubbe
y.2005- at wcm-solutions.de
Thu Jun 16 04:22:30 EDT 2005
Update of /cvs-repository/CMF/CMFSetup
In directory cvs.zope.org:/tmp/cvs-serv5169/CMFSetup
Modified Files:
typeinfo.py utils.py
Log Message:
some more BBB cleanup
=== CMF/CMFSetup/typeinfo.py 1.27 => 1.28 ===
--- CMF/CMFSetup/typeinfo.py:1.27 Wed Jun 15 10:17:39 2005
+++ CMF/CMFSetup/typeinfo.py Thu Jun 16 04:22:30 2005
@@ -361,7 +361,7 @@
InitializeClass(TypeInfoExportConfigurator)
-# BBB:
+# BBB: will be removed in CMF 1.7
class TypeInfoConfigurator(TypeInfoImportConfigurator,
TypeInfoExportConfigurator):
def __init__(self, site, encoding=None):
=== CMF/CMFSetup/utils.py 1.21 => 1.22 ===
--- CMF/CMFSetup/utils.py:1.21 Fri Jun 10 13:47:15 2005
+++ CMF/CMFSetup/utils.py Thu Jun 16 04:22:30 2005
@@ -389,7 +389,7 @@
InitializeClass(ExportConfiguratorBase)
-# BBB: old class mixing the two
+# BBB: old class mixing the two, will be removed in CMF 1.7
class ConfiguratorBase(ImportConfiguratorBase, ExportConfiguratorBase):
""" Synthesize XML description.
"""
More information about the CMF-checkins
mailing list