Utilities/BackgroundClient.py

changeset 5624
cdd346d8858b
parent 5603
4f2dd0850803
child 5762
76ef5f340007
equal deleted inserted replaced
5623:f4d7cfdadc3f 5624:cdd346d8858b
9 checkers and other python interpreter dependent functions. 9 checkers and other python interpreter dependent functions.
10 """ 10 """
11 11
12 from __future__ import unicode_literals 12 from __future__ import unicode_literals
13 try: 13 try:
14 bytes = unicode # __IGNORE_WARNING_M131__ 14 bytes = unicode
15 import StringIO as io # __IGNORE_EXCEPTION__ 15 import StringIO as io # __IGNORE_EXCEPTION__
16 except NameError: 16 except NameError:
17 import io # __IGNORE_WARNING__ 17 import io # __IGNORE_WARNING__
18 18
19 import json 19 import json

eric ide

mercurial