Diff for /ZSQLExtend/__init__.py between versions 1.7 and 1.8

version 1.7, 2007/03/08 17:00:48 version 1.8, 2012/09/03 13:06:11
Line 5  import VLMAExtensions Line 5  import VLMAExtensions
 import Index  import Index
   
 def initialize(context):  def initialize(context):
     """initialize OSAS"""      """initialize ZSLQextend"""
     context.registerClass(      context.registerClass(
         ZSQLExtend.ZSQLExtendFolder,          ZSQLExtend.ZSQLExtendFolder,
         constructors = (          constructors = (
Line 62  def initialize(context): Line 62  def initialize(context):
                                          )                                           )
                           )                            )
   
 methods={  #methods={
     # We still need this one, at least for now, for both editing and  #    # We still need this one, at least for now, for both editing and
     # adding.  Ugh.  #    # adding.  Ugh.
     'SQLConnectionIDs': ZSQLExtend.showSQLConnectionIDs,  #   'SQLConnectionIDs': ZSQLExtend.showSQLConnectionIDs,
   #
     }  #   }

Removed from v.1.7  
changed lines
  Added in v.1.8


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