summaryrefslogtreecommitdiff
path: root/tests/test_pubsub.py
diff options
context:
space:
mode:
authorandy <andy@whiskeymedia.com>2013-06-07 21:06:22 -0700
committerandy <andy@whiskeymedia.com>2013-06-07 21:06:22 -0700
commit83be4e17e4c01028e79813b1f4ee1c91833d9a2a (patch)
tree63a95d2bde308fbab1a5ebc6a43527f7eef94be9 /tests/test_pubsub.py
parent533bc4a0b37598b1e25a35892659e5f61ce54d29 (diff)
downloadredis-py-83be4e17e4c01028e79813b1f4ee1c91833d9a2a.tar.gz
python 2.5 support
Diffstat (limited to 'tests/test_pubsub.py')
-rw-r--r--tests/test_pubsub.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_pubsub.py b/tests/test_pubsub.py
index 0756345..7c81389 100644
--- a/tests/test_pubsub.py
+++ b/tests/test_pubsub.py
@@ -1,3 +1,4 @@
+from __future__ import with_statement
import pytest
import redis