Diff for /ECHO_content/__init__.py between versions 1.10 and 1.11

version 1.10, 2004/05/26 07:39:36 version 1.11, 2004/05/27 09:31:25
Line 120  def initialize(context): Line 120  def initialize(context):
          icon = 'ECHO_ressource.gif'           icon = 'ECHO_ressource.gif'
         )          )
           
       context.registerClass(
           VLPExtension.VLP_collection,
           constructors = (
             VLPExtension.manage_addVLP_collectionForm,
             VLPExtension.manage_addVLP_collection
             ),
            icon = 'ECHO_collection.gif'
           )
       

Removed from v.1.10  
changed lines
  Added in v.1.11


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