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