--- ZSQLExtend/__init__.py 2005/02/09 20:10:42 1.6 +++ ZSQLExtend/__init__.py 2007/03/08 17:00:48 1.7 @@ -2,6 +2,7 @@ import ZSQLExtend import ZSQLMetaData import ZSQLUpdate import VLMAExtensions +import Index def initialize(context): """initialize OSAS""" @@ -53,6 +54,13 @@ def initialize(context): ) ) + context.registerClass( + Index.IndexManager, + constructors =( + Index.manage_addIndexManagerForm, + Index.manage_addIndexManager + ) + ) methods={ # We still need this one, at least for now, for both editing and