Plugins/CheckerPlugins/Pep8/Pep8Checker.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2302
f29e9405c851
child 2680
110ac646a3a0
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the PEP 8 checker. 7 Module implementing the PEP 8 checker.
8 """ 8 """
9
10 try:
11 str = unicode
12 except (NameError):
13 pass
9 14
10 import os 15 import os
11 import optparse 16 import optparse
12 17
13 from PyQt4.QtCore import QProcess, QCoreApplication 18 from PyQt4.QtCore import QProcess, QCoreApplication

eric ide

mercurial