--- MPIWGWeb/Attic/MPIWGTemplate.py 2009/04/16 15:55:19 1.1.2.8 +++ MPIWGWeb/Attic/MPIWGTemplate.py 2009/04/17 08:55:32 1.1.2.9 @@ -9,6 +9,17 @@ from OFS.Folder import Folder from AccessControl import ClassSecurityInfo from MPIWGHelper import * +# dummy definitions for backwards compatibility +import MPIWGFeature + +class MPIWGFeature(MPIWGFeature.MPIWGFeature): + """deprecated! use class in MPIWGFeature.py""" + +import MPIWGFolder + +class MPIWGFolder(MPIWGFolder.MPIWGFolder): + """deprecated! use class in MPIWGFolder.py""" + class MPIWGTemplate(ZopePageTemplate):