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

version 1.2, 2004/10/14 09:01:32 version 1.2.2.2, 2006/08/27 05:40:45
Line 1 Line 1
 import MPIWGProjects  import MPIWGProjects
 import MPIWGStaff  import MPIWGStaff
   
   from nameSplitter import nameSplitter
   
 def initialize(context):  def initialize(context):
     """initialize OSAS"""      """initialize OSAS"""
     context.registerClass(      context.registerClass(
Line 11  def initialize(context): Line 13  def initialize(context):
           )            )
         )          )
   
       context.registerClass(
           MPIWGProjects.MPIWGLink,
           constructors = (
             MPIWGProjects.manage_addMPIWGLinkForm,
             MPIWGProjects.manage_addMPIWGLink
             )
           )
   
         
     context.registerClass(      context.registerClass(
         MPIWGProjects.MPIWGRoot,          MPIWGProjects.MPIWGRoot,

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


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