# HG changeset patch # User Thierry Florac # Date 1350368269 -7200 # Node ID b9ad5a9614c48a80d50d22ccb322ee398b06aef5 # Parent a7275e2a9252a7a685f01deb9cf2ddb0a250c4fb Updated IZEOConnection interface description diff -r a7275e2a9252 -r b9ad5a9614c4 src/ztfy/utils/interfaces.py --- a/src/ztfy/utils/interfaces.py Mon Sep 24 19:42:56 2012 +0200 +++ b/src/ztfy/utils/interfaces.py Tue Oct 16 08:17:49 2012 +0200 @@ -195,5 +195,5 @@ def update(self, settings): """Update internal fields with given settings dict""" - def getConnection(self, wait=False): + def getConnection(self, wait=False, get_storage=False): """Open ZEO connection with given settings"""