src/ztfy/utils/interfaces.py
branchZTK-1.1
changeset 171 0e8925323082
parent 169 b4b587dd45ca
child 172 cca95b4ff0c5
child 173 7164eb24f949
--- a/src/ztfy/utils/interfaces.py	Thu Sep 20 19:13:01 2012 +0200
+++ b/src/ztfy/utils/interfaces.py	Fri Sep 21 01:18:08 2012 +0200
@@ -179,5 +179,8 @@
                             description=_("Realm name on ZEO server"),
                             required=False)
 
+    def getJSONSettings(self):
+        """Get ZEO connection setting as a JSON dict"""
+
     def getConnection(self, wait=False):
         """Open ZEO connection with given settings"""