Diff for /ECHO_content/__init__.py between versions 1.25 and 1.26

version 1.25, 2006/02/03 20:41:29 version 1.26, 2006/05/15 08:11:57
Line 150  def initialize(context): Line 150  def initialize(context):
           )            )
         )          )
           
       context.registerClass(
           ECHO_collection.ECHO_main,
           constructors = (
             ECHO_collection.manage_addECHO_mainForm,
             ECHO_collection.manage_addECHO_main
             )
           )
       
     context.registerClass(      context.registerClass(
         ECHO_collection.ECHO_copyrightType,          ECHO_collection.ECHO_copyrightType,
         constructors = (          constructors = (

Removed from v.1.25  
changed lines
  Added in v.1.26


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