diff options
author | Andy McCurdy <andy@andymccurdy.com> | 2015-09-28 15:40:00 -0700 |
---|---|---|
committer | Andy McCurdy <andy@andymccurdy.com> | 2015-09-28 15:40:00 -0700 |
commit | 85b85619ed1306ac4bc260bb3bc40b2e3e4def54 (patch) | |
tree | 5699b1efbe8216f3c83bc5e201b1962194316190 /setup.py | |
parent | ed2a079cc3ff7db82e197307d388ca9c96cb092e (diff) | |
download | redis-py-85b85619ed1306ac4bc260bb3bc40b2e3e4def54.tar.gz |
satisfy pep8 updates
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() |