55 QCoreApplication.translate("CodeStyleCheckerPy2", |
55 QCoreApplication.translate("CodeStyleCheckerPy2", |
56 "Python2 interpreter not configured."))) |
56 "Python2 interpreter not configured."))) |
57 return |
57 return |
58 |
58 |
59 checker = os.path.join(getConfig('ericDir'), |
59 checker = os.path.join(getConfig('ericDir'), |
60 "UtilitiesPython2", "Pep8Checker.py") |
60 "UtilitiesPython2", "CodeStyleChecker.py") |
61 |
61 |
62 args = [checker] |
62 args = [checker] |
63 if repeat: |
63 if repeat: |
64 args.append("-r") |
64 args.append("-r") |
65 if select: |
65 if select: |