Diff for /MPIWGWeb/Attic/MPIWGTemplate.py between versions 1.1.2.8 and 1.1.2.9

version 1.1.2.8, 2009/04/16 15:55:19 version 1.1.2.9, 2009/04/17 08:55:32
Line 9  from OFS.Folder import Folder Line 9  from OFS.Folder import Folder
 from AccessControl import ClassSecurityInfo  from AccessControl import ClassSecurityInfo
 from MPIWGHelper import *  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):  class MPIWGTemplate(ZopePageTemplate):

Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>