Diff for /ECHO_content/__init__.py between versions 1.13 and 1.14

version 1.13, 2004/06/07 08:50:14 version 1.14, 2004/06/08 15:25:11
Line 145  def initialize(context): Line 145  def initialize(context):
          icon = 'ECHO_collection.gif'           icon = 'ECHO_collection.gif'
         )          )
           
       context.registerClass(
           VLPExtension.VLP_essay,
           constructors = (
             VLPExtension.manage_addVLP_essayForm,
             VLPExtension.manage_addVLP_essay
             )
           )
   

Removed from v.1.13  
changed lines
  Added in v.1.14


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