summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2015-09-28 15:40:00 -0700
committerAndy McCurdy <andy@andymccurdy.com>2015-09-28 15:40:00 -0700
commit85b85619ed1306ac4bc260bb3bc40b2e3e4def54 (patch)
tree5699b1efbe8216f3c83bc5e201b1962194316190 /setup.py
parented2a079cc3ff7db82e197307d388ca9c96cb092e (diff)
downloadredis-py-85b85619ed1306ac4bc260bb3bc40b2e3e4def54.tar.gz
satisfy pep8 updates
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 961efd6..ed8fd5f 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,8 @@ except ImportError:
from distutils.core import setup
- def PyTest(x): x
+ def PyTest(x):
+ x
f = open(os.path.join(os.path.dirname(__file__), 'README.rst'))
long_description = f.read()