summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@whiskeymedia.com>2013-04-27 12:32:34 -0700
committerandy <andy@whiskeymedia.com>2013-04-27 12:32:34 -0700
commitf57d471423d4fa1d831a7bb431e0a75774814a97 (patch)
tree7c709a8235be1bec36999e901607fb1a03f110f8
parent979ba3a54540520eb03568acfa065f8631a5c3f0 (diff)
downloadredis-py-f57d471423d4fa1d831a7bb431e0a75774814a97.tar.gz
travis runs 2.6.12, great.
-rw-r--r--tests/server_commands.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/server_commands.py b/tests/server_commands.py
index ece6b56..86d895d 100644
--- a/tests/server_commands.py
+++ b/tests/server_commands.py
@@ -135,16 +135,6 @@ class ServerCommandsTestCase(unittest.TestCase):
self.assert_(isinstance(info, dict))
self.assertEquals(info['db9']['keys'], 2)
- import sys
- if sys.version_info[0] < 3:
- print
- print info['redis_version']
- print
- else:
- print('')
- print(info['redis_version'])
- print('')
-
def test_lastsave(self):
self.assert_(isinstance(self.client.lastsave(), datetime.datetime))