Skip to content

Commit 07647a0

Browse files
committed
Fixed import in testsuite
1 parent 59a9af6 commit 07647a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testsuite/support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import re
44
import sys
55

6-
from pep8 import Checker, BaseReport, StandardReport, readlines
6+
from pycodestyle import Checker, BaseReport, StandardReport, readlines
77

88
SELFTEST_REGEX = re.compile(r'\b(Okay|[EW]\d{3}):\s(.*)')
99
ROOT_DIR = os.path.dirname(os.path.dirname(__file__))

0 commit comments

Comments
 (0)