Diff for /MPIWGWeb/__init__.py between versions 1.2.2.3 and 1.2.2.4

version 1.2.2.3, 2008/06/24 11:16:26 version 1.2.2.4, 2008/08/28 18:20:09
Line 42  def initialize(context): Line 42  def initialize(context):
         )          )
   
     context.registerClass(      context.registerClass(
           MPIWGTemplate.MPIWGFolder,
           constructors = (
             MPIWGTemplate.manage_addMPIWGFolderForm,
             MPIWGTemplate.manage_addMPIWGFolder
             )
           )
   
       context.registerClass(
         MPIWGStaff.MPIWGStaff,          MPIWGStaff.MPIWGStaff,
         constructors = (          constructors = (
           MPIWGStaff.manage_addMPIWGStaffForm,            MPIWGStaff.manage_addMPIWGStaffForm,

Removed from v.1.2.2.3  
changed lines
  Added in v.1.2.2.4


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