Skip to content

Commit

Permalink
added __future__ import to be 2.5 compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy committed Jul 18, 2011
1 parent 25888c8 commit 6dc7c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions redis/client.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import with_statement
import datetime
import time
import warnings
Expand Down
1 change: 1 addition & 0 deletions tests/pipeline.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import with_statement
import redis
import unittest

Expand Down

0 comments on commit 6dc7c21

Please sign in to comment.