summaryrefslogtreecommitdiff
path: root/pep8.py
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2015-02-15 13:53:24 -0800
committerIan Lee <IanLee1521@gmail.com>2015-02-15 13:53:24 -0800
commit3bbaa230c4872029999fde25215c6eb6c038f594 (patch)
tree7477c85fb2a69ab123d06e3975bbaeda0ba990a9 /pep8.py
parentf25423363eb83ef69fe61cb48829128a0e0aead5 (diff)
downloadpep8-3bbaa230c4872029999fde25215c6eb6c038f594.tar.gz
Fixed tests from previous commit
Diffstat (limited to 'pep8.py')
-rwxr-xr-xpep8.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pep8.py b/pep8.py
index 474feb1..3037edd 100755
--- a/pep8.py
+++ b/pep8.py
@@ -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