summaryrefslogtreecommitdiff
path: root/src/frontEnd/ProjectExplorer.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontEnd/ProjectExplorer.py')
-rw-r--r--src/frontEnd/ProjectExplorer.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frontEnd/ProjectExplorer.py b/src/frontEnd/ProjectExplorer.py
index 3adde8b5..1273a545 100644
--- a/src/frontEnd/ProjectExplorer.py
+++ b/src/frontEnd/ProjectExplorer.py
@@ -2,7 +2,6 @@ from PyQt4 import QtGui, QtCore
import os
import json
from configuration.Appconfig import Appconfig
-from projManagement.newProject import NewProjectInfo
from projManagement.Validation import Validation
@@ -244,7 +243,6 @@ class ProjectExplorer(QtGui.QWidget):
self, 'Rename Project', 'Project Name:', QtGui.QLineEdit.Normal,
self.baseFileName
)
-
if ok and newBaseFileName:
print("=================")
print(newBaseFileName)