diff RestDbJsonStore.py @ 278:4ade9b80b563 default tip

more cleanup. descriptions work better now.
author casties
date Fri, 24 Feb 2012 16:41:30 +0100
parents 9ec7e32e8ad3
children
line wrap: on
line diff
--- a/RestDbJsonStore.py	Thu Feb 23 21:37:37 2012 +0100
+++ b/RestDbJsonStore.py	Fri Feb 24 16:41:30 2012 +0100
@@ -15,10 +15,8 @@
 from zope.interface import implements
 from zope.publisher.interfaces import IPublishTraverse
 from ZPublisher.BaseRequest import DefaultPublishTraverse
-import Shared.DC.ZRDB.DA
-from Products.ZSQLMethods.SQL import SQLConnectionIDs
 
-from RestDbInterface import *
+from Products.ZDBInterface.RestDbInterface import *
 
 
 class RestDbJsonStore(RestDbInterface):