tooz/tooz/drivers
Adam Gandelman f9cd68f8d0 Ensure run_watchers called from mixin, not base class
A new mixin was introduced to share run_watchers across drivers,
but the base class's run_watchers() currently gets called instead,
resulting in a NotImplemented error.

Change-Id: I5f23f63100a9c00837025b291cb1db0a5187a8e9
Closes-bug: #1470264
2015-07-01 17:09:23 -07:00
..
__init__.py First commit of Tooz 2013-12-19 12:18:35 +01:00
_retry.py retry: fix decorator 2015-01-20 11:15:02 +01:00
file.py Ensure run_watchers called from mixin, not base class 2015-07-01 17:09:23 -07:00
ipc.py Add + use helper to raise + chain exceptions 2015-04-14 23:26:12 -07:00
memcached.py Ensure run_watchers called from mixin, not base class 2015-07-01 17:09:23 -07:00
mysql.py Ensure lock(s) acquire/release returns boolean values 2015-06-19 12:44:16 -07:00
pgsql.py Ensure lock(s) acquire/release returns boolean values 2015-06-19 12:44:16 -07:00
redis.py Ensure run_watchers called from mixin, not base class 2015-07-01 17:09:23 -07:00
zake.py Provide and use a options collapsing function 2015-05-04 15:19:02 -07:00
zookeeper.py Ensure lock(s) acquire/release returns boolean values 2015-06-19 12:44:16 -07:00