Diff for /MPIWGWeb/__init__.py between versions 1.1 and 1.2

version 1.1, 2004/02/04 10:03:33 version 1.2, 2004/10/14 09:01:32
Line 21  def initialize(context): Line 21  def initialize(context):
         )          )
   
     context.registerClass(      context.registerClass(
           MPIWGProjects.MPIWGTemplate,
           constructors = (
             MPIWGProjects.manage_addMPIWGTemplateForm,
             MPIWGProjects.manage_addMPIWGTemplate
             )
           )
   
       context.registerClass(
         MPIWGStaff.MPIWGStaff,          MPIWGStaff.MPIWGStaff,
         constructors = (          constructors = (
           MPIWGStaff.manage_addMPIWGStaffForm,            MPIWGStaff.manage_addMPIWGStaffForm,

Removed from v.1.1  
changed lines
  Added in v.1.2


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