diff options
| author | Andy McCurdy <andy@andymccurdy.com> | 2014-04-04 14:05:50 -0700 |
|---|---|---|
| committer | Andy McCurdy <andy@andymccurdy.com> | 2014-04-04 14:05:50 -0700 |
| commit | c0ca9ad28382a7970c6f09fd7f7111110d95e779 (patch) | |
| tree | 2105076fa123942f7fabfdf40e3524a2dcb3e94d /setup.py | |
| parent | 56441c2f457b6481b7b87ec56c91f14af68f0c09 (diff) | |
| download | redis-py-c0ca9ad28382a7970c6f09fd7f7111110d95e779.tar.gz | |
pep8
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
