diff __init__.py @ 274:9b7db308d2e6

refactor RestDbGisApi to use RestDbInterface from ZDbInterface Product.
author casties
date Thu, 23 Feb 2012 08:35:26 +0100
parents 7f008e782563
children
line wrap: on
line diff
--- a/__init__.py	Fri Jan 27 20:02:41 2012 +0100
+++ b/__init__.py	Thu Feb 23 08:35:26 2012 +0100
@@ -1,17 +1,17 @@
 
-import RestDbInterface
+#import RestDbInterface
 import RestDbJsonStore
 import RestDbGisApi
 
 def initialize(context):
 
-    context.registerClass(
-         RestDbInterface.RestDbInterface,
-        constructors = (
-          RestDbInterface.manage_addRestDbInterfaceForm,
-          RestDbInterface.manage_addRestDbInterface
-          )
-        )
+#    context.registerClass(
+#         RestDbInterface.RestDbInterface,
+#        constructors = (
+#          RestDbInterface.manage_addRestDbInterfaceForm,
+#          RestDbInterface.manage_addRestDbInterface
+#          )
+#        )
 
     context.registerClass(
          RestDbJsonStore.RestDbJsonStore,