ProjectDjango/DjangoMigrationSelectionDialog.py

changeset 75
0165ce437462
parent 74
f33822c3eb47
child 77
f8e92eaaba6e
--- 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
         """

eric ide

mercurial