diff options
author | Ian Lee <IanLee1521@gmail.com> | 2015-02-15 13:53:24 -0800 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2015-02-15 13:53:24 -0800 |
commit | 3bbaa230c4872029999fde25215c6eb6c038f594 (patch) | |
tree | 7477c85fb2a69ab123d06e3975bbaeda0ba990a9 | |
parent | f25423363eb83ef69fe61cb48829128a0e0aead5 (diff) | |
download | pep8-3bbaa230c4872029999fde25215c6eb6c038f594.tar.gz |
Fixed tests from previous commit
-rwxr-xr-x | pep8.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2098,7 +2098,7 @@ def _main(): except AttributeError: pass # not supported on Windows - pep8style = StyleGuide(parse_argv=True, config_file=True) + pep8style = StyleGuide(parse_argv=True) options = pep8style.options if options.doctest or options.testsuite: from testsuite.support import run_tests |