Diff for /ECHO_content/__init__.py between versions 1.18 and 1.19

version 1.18, 2004/08/17 15:22:14 version 1.19, 2004/10/05 07:31:09
Line 196  def initialize(context): Line 196  def initialize(context):
           )            )
         )          )
           
       context.registerClass(
           VLPExtension.VLP_encyclopaedia,
           constructors = (
             VLPExtension.manage_addVLP_encycForm,
             VLPExtension.manage_addVLP_encyc
             )
           )
       

Removed from v.1.18  
changed lines
  Added in v.1.19


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