diff RestDbJsonStore.py @ 43:562717546168

refactoring... RestDbGisApi and RestDbJsonStore inherit from RestDbInterface
author casties
date Thu, 02 Sep 2010 13:17:23 +0200
parents 291aed5f0e0d
children 3ea606bae008 698ef00f2717
line wrap: on
line diff
--- a/RestDbJsonStore.py	Thu Sep 02 12:05:17 2010 +0200
+++ b/RestDbJsonStore.py	Thu Sep 02 13:17:23 2010 +0200
@@ -18,6 +18,7 @@
 import Shared.DC.ZRDB.DA
 from Products.ZSQLMethods.SQL import SQLConnectionIDs
 
+from RestDbInterface import *
 
 
 class RestDbJsonStore(RestDbInterface):