diff -r f3428ddd577c -r 861e1741985c Utilities/PySideImporter.py --- a/Utilities/PySideImporter.py Thu Nov 12 19:17:05 2015 +0100 +++ b/Utilities/PySideImporter.py Fri Nov 13 22:52:26 2015 +0100 @@ -7,8 +7,6 @@ Module to check for the presence of PySide by importing it. """ -from __future__ import unicode_literals - import sys if __name__ == "__main__": @@ -21,4 +19,4 @@ sys.exit(ret) # -# eflag: FileType = Python2 +# eflag: noqa = M702