diff options
| author | jvoisin | 2015-12-30 17:15:23 +0100 |
|---|---|---|
| committer | jvoisin | 2015-12-30 17:15:23 +0100 |
| commit | 3696b59badfef2438a3df1755868b2aeeb443b87 (patch) | |
| tree | a2cc0035c2397ac5bb043b3fa9711f6bd3585923 /setup.py | |
| parent | 3ac3f353c64d406aa2fa46c5c9841346408e1e01 (diff) | |
Fix some pep8-related issues
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -16,6 +16,7 @@ if os.path.exists('MANIFEST'): | |||
| 16 | 16 | ||
| 17 | class PyTest(Command): | 17 | class PyTest(Command): |
| 18 | user_options = [] | 18 | user_options = [] |
| 19 | |||
| 19 | def initialize_options(self): | 20 | def initialize_options(self): |
| 20 | pass | 21 | pass |
| 21 | 22 | ||
