summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2014-04-04 14:05:50 -0700
committerAndy McCurdy <andy@andymccurdy.com>2014-04-04 14:05:50 -0700
commitc0ca9ad28382a7970c6f09fd7f7111110d95e779 (patch)
tree2105076fa123942f7fabfdf40e3524a2dcb3e94d /setup.py
parent56441c2f457b6481b7b87ec56c91f14af68f0c09 (diff)
downloadredis-py-c0ca9ad28382a7970c6f09fd7f7111110d95e779.tar.gz
pep8
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cdf6577..59f0975 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ try:
self.test_suite = True
def run_tests(self):
- #import here, cause outside the eggs aren't loaded
+ # import here, because outside the eggs aren't loaded
import pytest
errno = pytest.main(self.test_args)
sys.exit(errno)