lib/pool -- quick_cursor -- shouldnt b a property

This commit is contained in:
diabolo-dan 2016-09-19 21:29:18 +01:00
parent c54083a883
commit e1c850ce2f

View File

@ -123,7 +123,6 @@ class AbstractConnectionPool(object):
del self._used[key] del self._used[key]
del self._rused[id(conn)] del self._rused[id(conn)]
@property
@contextmanager @contextmanager
def quick_cursor(self): def quick_cursor(self):
"""A ContextManager for quickly getting a cursor""" """A ContextManager for quickly getting a cursor"""