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

version 1.2.2.3, 2008/06/24 11:16:26 version 1.3, 2009/02/18 13:01:17
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 41  def initialize(context): Line 41  def initialize(context):
           )            )
         )          )
   
       context.registerClass(
           MPIWGTemplate.MPIWGFolder,
           constructors = (
             MPIWGTemplate.manage_addMPIWGFolderForm,
             MPIWGTemplate.manage_addMPIWGFolder
             )
           )
   
       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.3  
changed lines
  Added in v.1.3


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