Utilities/BackgroundClient.py

branch
BgService
changeset 3209
c5432abceb25
parent 3173
1fb284abe46e
child 3241
957673fc463a
--- a/Utilities/BackgroundClient.py	Sun Jan 05 22:45:29 2014 +0100
+++ b/Utilities/BackgroundClient.py	Wed Jan 15 22:55:52 2014 +0100
@@ -11,7 +11,7 @@
 
 from __future__ import unicode_literals
 try:
-    bytes = unicode  #__IGNORE_WARNING__
+    bytes = unicode
 except NameError:
     pass
 

eric ide

mercurial