eric6/Utilities/BackgroundClient.py

branch
multi_processing
changeset 7421
4a9900aef04e
parent 7360
9190402e4505
child 7564
787684e6f2f3
equal deleted inserted replaced
7420:0d596bb4a60d 7421:4a9900aef04e
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 14 bytes = unicode # __IGNORE_EXCEPTION__
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