diff -r 5af61402d74d -r c5432abceb25 Utilities/BackgroundClient.py --- 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