Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py

changeset 4543
2e6a880670e9
parent 4510
43437fc9f4c9
child 4547
7e0cb381dcbc
equal deleted inserted replaced
4540:45627d092846 4543:2e6a880670e9
9 9
10 # 10 #
11 # The routines of the checker class are modeled after the ones found in 11 # The routines of the checker class are modeled after the ones found in
12 # pep257.py (version 0.2.4). 12 # pep257.py (version 0.2.4).
13 # 13 #
14
15 from __future__ import unicode_literals
14 16
15 try: 17 try:
16 # Python 2 18 # Python 2
17 from StringIO import StringIO # __IGNORE_EXCEPTION__ 19 from StringIO import StringIO # __IGNORE_EXCEPTION__
18 except ImportError: 20 except ImportError:

eric ide

mercurial