apply the pep8 default max_line_length in _PEP8Options

This commit is contained in:
Peter Teichman 2012-09-09 08:20:18 -04:00
parent dd92d52f06
commit 2f9825a6af

View file

@ -110,6 +110,7 @@ class _PEP8Options(object):
benchmark = False
testsuite = ''
doctest = False
max_line_length = pep8.MAX_LINE_LENGTH
def _initpep8():