[CMF-checkins] SVN: CMF/trunk/CMFSetup/ removed modules that are not needed for profile or tool backwards compatibility

Yvo Schubbe y.2005- at wcm-solutions.de
Fri Sep 30 07:15:32 EDT 2005


Log message for revision 38700:
  removed modules that are not needed for profile or tool backwards compatibility

Changed:
  D   CMF/trunk/CMFSetup/context.py
  D   CMF/trunk/CMFSetup/differ.py
  D   CMF/trunk/CMFSetup/interfaces.py
  D   CMF/trunk/CMFSetup/registry.py

-=-
Deleted: CMF/trunk/CMFSetup/context.py
===================================================================
--- CMF/trunk/CMFSetup/context.py	2005-09-30 07:04:36 UTC (rev 38699)
+++ CMF/trunk/CMFSetup/context.py	2005-09-30 11:15:31 UTC (rev 38700)
@@ -1,25 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2004 Zope Corporation and Contributors. All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-""" Various context implementations for export / import of configurations.
-
-Wrappers representing the state of an import / export operation.
-
-$Id$
-"""
-
-# BBB
-from Products.GenericSetup.context import DirectoryImportContext
-from Products.GenericSetup.context import DirectoryExportContext
-from Products.GenericSetup.context import TarballExportContext
-from Products.GenericSetup.context import SnapshotExportContext
-from Products.GenericSetup.context import SnapshotImportContext

Deleted: CMF/trunk/CMFSetup/differ.py
===================================================================
--- CMF/trunk/CMFSetup/differ.py	2005-09-30 07:04:36 UTC (rev 38699)
+++ CMF/trunk/CMFSetup/differ.py	2005-09-30 11:15:31 UTC (rev 38700)
@@ -1,20 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2004 Zope Corporation and Contributors. All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-""" Diff utilities for comparing configurations.
-
-$Id$
-"""
-
-# BBB
-from Products.GenericSetup.context import unidiff
-from Products.GenericSetup.context import ConfigDiff

Deleted: CMF/trunk/CMFSetup/interfaces.py
===================================================================
--- CMF/trunk/CMFSetup/interfaces.py	2005-09-30 07:04:36 UTC (rev 38699)
+++ CMF/trunk/CMFSetup/interfaces.py	2005-09-30 11:15:31 UTC (rev 38700)
@@ -1,32 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2004 Zope Corporation and Contributors. All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-""" CMFSetup product interfaces
-
-$Id$
-"""
-
-# BBB
-from Products.GenericSetup.interfaces import BASE
-from Products.GenericSetup.interfaces import EXTENSION
-from Products.GenericSetup.interfaces import IPseudoInterface
-from Products.GenericSetup.interfaces import ISetupContext
-from Products.GenericSetup.interfaces import IImportContext
-from Products.GenericSetup.interfaces import IImportPlugin
-from Products.GenericSetup.interfaces import IExportContext
-from Products.GenericSetup.interfaces import IExportPlugin
-from Products.GenericSetup.interfaces import IStepRegistry
-from Products.GenericSetup.interfaces import IImportStepRegistry
-from Products.GenericSetup.interfaces import IExportStepRegistry
-from Products.GenericSetup.interfaces import IToolsetRegistry
-from Products.GenericSetup.interfaces import IProfileRegistry
-from Products.GenericSetup.interfaces import ISetupTool

Deleted: CMF/trunk/CMFSetup/registry.py
===================================================================
--- CMF/trunk/CMFSetup/registry.py	2005-09-30 07:04:36 UTC (rev 38699)
+++ CMF/trunk/CMFSetup/registry.py	2005-09-30 11:15:31 UTC (rev 38700)
@@ -1,23 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2004 Zope Corporation and Contributors. All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-""" Classes:  ImportStepRegistry, ExportStepRegistry
-
-$Id$
-"""
-
-# BBB
-from Products.GenericSetup.registry import ImportStepRegistry
-from Products.GenericSetup.registry import ExportStepRegistry
-from Products.GenericSetup.registry import ToolsetRegistry
-from Products.GenericSetup.registry import ProfileRegistry
-from Products.GenericSetup.registry import _profile_registry



More information about the CMF-checkins mailing list