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

version 1.2.2.4, 2008/08/28 18:20:09 version 1.2.2.5, 2008/09/03 21:16:40
Line 7  import MPIWGRoot Line 7  import MPIWGRoot
 from nameSplitter import nameSplitter  from nameSplitter import nameSplitter
   
 def initialize(context):  def initialize(context):
     """initialize OSAS"""      """initialize MPIWGWeb"""
     context.registerClass(      context.registerClass(
         MPIWGProjects.MPIWGProject,          MPIWGProjects.MPIWGProject,
         constructors = (          constructors = (
Line 49  def initialize(context): Line 49  def initialize(context):
           )            )
         )          )
   
       context.registerClass(
           MPIWGTemplate.MPIWGFeature,
           constructors = (
             MPIWGTemplate.manage_addMPIWGFeatureForm,
             MPIWGTemplate.manage_addMPIWGFeature
             )
           )
   
     context.registerClass(      context.registerClass(
         MPIWGStaff.MPIWGStaff,          MPIWGStaff.MPIWGStaff,
         constructors = (          constructors = (

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


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