Diff for /ECHO_content/__init__.py between versions 1.23 and 1.24

version 1.23, 2005/06/08 10:23:16 version 1.24, 2005/07/20 11:30:28
Line 59  def initialize(context): Line 59  def initialize(context):
         )          )
   
     context.registerClass(      context.registerClass(
           ECHO_collection.ECHO_locale,
           constructors = (
             ECHO_collection.manage_addECHO_localeForm,
             ECHO_collection.manage_addECHO_locale
             ),
           )
   
       context.registerClass(
         ECHO_collection.ECHO_layoutTemplate,          ECHO_collection.ECHO_layoutTemplate,
         constructors = (          constructors = (
           ECHO_collection.manage_addECHO_layoutTemplateForm,            ECHO_collection.manage_addECHO_layoutTemplateForm,

Removed from v.1.23  
changed lines
  Added in v.1.24


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