Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py

branch
Py2 comp.
changeset 3178
f25fc1364c88
parent 3161
06f57a834adf
parent 3160
209a07d7e401
child 3484
645c12de6b0c
--- a/Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py	Wed Jan 01 14:39:32 2014 +0100
+++ b/Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py	Sun Jan 05 23:22:17 2014 +0100
@@ -126,7 +126,6 @@
         estring = os.linesep + indLevel * indString
         
         # now generate the code
-        # TODO: support entering 'parent'
         if self.parentSelf.isChecked():
             parent = "self"
         elif self.parentNone.isChecked():

eric ide

mercurial