Diff for /MPIWGWeb/__init__.py between versions 1.2.2.6 and 1.2.2.7

version 1.2.2.6, 2009/04/16 15:55:19 version 1.2.2.7, 2009/04/16 16:45:00
Line 44  def initialize(context): Line 44  def initialize(context):
         )          )
   
     context.registerClass(      context.registerClass(
         MPIWGTemplate.MPIWGFolder,          MPIWGFolder.MPIWGFolder,
         constructors = (          constructors = (
           MPIWGFolder.manage_addMPIWGFolderForm,            MPIWGFolder.manage_addMPIWGFolderForm,
           MPIWGFolder.manage_addMPIWGFolder            MPIWGFolder.manage_addMPIWGFolder
Line 52  def initialize(context): Line 52  def initialize(context):
         )          )
   
     context.registerClass(      context.registerClass(
         MPIWGTemplate.MPIWGFeature,          MPIWGFeature.MPIWGFeature,
         constructors = (          constructors = (
           MPIWGFeature.manage_addMPIWGFeatureForm,            MPIWGFeature.manage_addMPIWGFeatureForm,
           MPIWGFeature.manage_addMPIWGFeature            MPIWGFeature.manage_addMPIWGFeature

Removed from v.1.2.2.6  
changed lines
  Added in v.1.2.2.7


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