author | Thierry Florac <tflorac@ulthar.net> |
Tue, 16 Oct 2012 08:17:49 +0200 | |
branch | ZTK-1.1 |
changeset 177 | b9ad5a9614c4 |
parent 176 | a7275e2a9252 |
child 178 | b28d7a44b81f |
child 179 | 612a350cc660 |
--- 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"""