diff options
-rw-r--r-- | tests/test_commands.py | 1 | ||||
-rw-r--r-- | tests/test_connection_pool.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_commands.py b/tests/test_commands.py index 117d7ff..f981af3 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -1,3 +1,4 @@ +from __future__ import with_statement import binascii import datetime import pytest diff --git a/tests/test_connection_pool.py b/tests/test_connection_pool.py index ae256aa..e0ac62f 100644 --- a/tests/test_connection_pool.py +++ b/tests/test_connection_pool.py @@ -1,3 +1,4 @@ +from __future__ import with_statement import os import pytest import redis |