diff -r 77755a5ea30c -r 4f2dd0850803 Utilities/BackgroundClient.py --- a/Utilities/BackgroundClient.py Sat Mar 11 13:11:29 2017 +0100 +++ b/Utilities/BackgroundClient.py Sat Mar 11 14:35:22 2017 +0100 @@ -11,7 +11,7 @@ from __future__ import unicode_literals try: - bytes = unicode + bytes = unicode # __IGNORE_WARNING_M131__ import StringIO as io # __IGNORE_EXCEPTION__ except NameError: import io # __IGNORE_WARNING__