Diff for /OSAS/OSA_system/__init__.py between versions 1.1 and 1.2

version 1.1, 2003/09/25 15:25:08 version 1.2, 2003/09/25 17:52:02
Line 19  def initialize(context): Line 19  def initialize(context):
           )            )
         )          )
           
       context.registerClass(
           OSAS_show.OSAS_StoreOnline,
           constructors = (
             OSAS_show.manage_AddOSAS_StoreOnlineForm,
             OSAS_show.manage_AddOSAS_StoreOnline
             )
           )
       

Removed from v.1.1  
changed lines
  Added in v.1.2


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