Utilities/BackgroundClient.py

branch
BgService
changeset 3209
c5432abceb25
parent 3173
1fb284abe46e
child 3241
957673fc463a
equal deleted inserted replaced
3177:5af61402d74d 3209:c5432abceb25
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__ 14 bytes = unicode
15 except NameError: 15 except NameError:
16 pass 16 pass
17 17
18 import json 18 import json
19 import socket 19 import socket

eric ide

mercurial