diff RestDbInterface.py @ 17:48ed91b29784

added stuff from RestDbGisApi to WritableRestDbInterface. changed meta_type of RestDbInterface (remove "2").
author casties
date Thu, 23 Feb 2012 08:33:48 +0100
parents d70e57193731
children 60fea3a6c695
line wrap: on
line diff
--- a/RestDbInterface.py	Wed Feb 22 18:53:05 2012 +0100
+++ b/RestDbInterface.py	Thu Feb 23 08:33:48 2012 +0100
@@ -27,7 +27,7 @@
     """
     implements(IPublishTraverse)
     
-    meta_type="RESTdb2"
+    meta_type="RESTdb"
     manage_options=Folder.manage_options+(
         {'label':'Config','action':'manage_editRestDbInterfaceForm'},
         )