diff -r 31115c8c20fc -r 893c9f26a178 Utilities/PySideImporter.py --- a/Utilities/PySideImporter.py Sat Nov 07 15:54:09 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