--- a/ProjectDjango/DjangoMigrationSelectionDialog.py Mon Dec 19 19:26:40 2016 +0100 +++ b/ProjectDjango/DjangoMigrationSelectionDialog.py Mon Dec 19 20:22:37 2016 +0100 @@ -8,10 +8,6 @@ """ from __future__ import unicode_literals -try: - str = unicode # __IGNORE_WARNING__ -except NameError: - pass import os @@ -32,10 +28,8 @@ """ Constructor - @param pythonExecutable Python executable to be used - @type str - @param sitePath path of the site - @type str + @param migrations dictionary containing the available migrations + @type dict @param parent reference to the parent widget @type QWidget """