Fixed an issue in Project.py causing a crash when creating a new project.

Thu, 05 Dec 2013 18:46:35 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 05 Dec 2013 18:46:35 +0100
changeset 3126
df109651b577
parent 3125
385a62b53725
child 3128
2d4ccc459f7e

Fixed an issue in Project.py causing a crash when creating a new project.

Project/Project.py file | annotate | diff | comparison | revisions
--- a/Project/Project.py	Tue Dec 03 18:44:38 2013 +0100
+++ b/Project/Project.py	Thu Dec 05 18:46:35 2013 +0100
@@ -2233,6 +2233,8 @@
                             """Would you like to edit the VCS command"""
                             """ options?"""))
                     if vcores:
+                        from VCS.CommandOptionsDialog import \
+                            VcsCommandOptionsDialog
                         codlg = VcsCommandOptionsDialog(self.vcs)
                         if codlg.exec_() == QDialog.Accepted:
                             self.vcs.vcsSetOptions(codlg.getOptions())

eric ide

mercurial