summaryrefslogtreecommitdiff
path: root/src/frontEnd/ProjectExplorer.py
diff options
context:
space:
mode:
authoranjalijaiswal082019-06-26 12:09:18 +0530
committeranjalijaiswal082019-06-26 12:09:18 +0530
commit658e04f2da8dfd0de70e03cc30249da11863dd52 (patch)
tree007c3e95c8cc2d09e71c3e465991cdad99e78773 /src/frontEnd/ProjectExplorer.py
parentc9d9353cf0607cf6e17592d65a9289cd7f72c622 (diff)
downloadeSim-658e04f2da8dfd0de70e03cc30249da11863dd52.tar.gz
eSim-658e04f2da8dfd0de70e03cc30249da11863dd52.tar.bz2
eSim-658e04f2da8dfd0de70e03cc30249da11863dd52.zip
Few Changes
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)