summaryrefslogtreecommitdiff
path: root/src/projManagement/newProject.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/projManagement/newProject.py')
-rw-r--r--src/projManagement/newProject.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/projManagement/newProject.py b/src/projManagement/newProject.py
index 8e3c8656..5b4af49a 100644
--- a/src/projManagement/newProject.py
+++ b/src/projManagement/newProject.py
@@ -16,7 +16,7 @@
# CREATED: Wednesday 12 February 2015
# REVISION: ---
#===============================================================================
-from PyQt4 import QtGui,QtCore
+from PyQt4 import QtGui
from Validation import Validation
from configuration.Appconfig import Appconfig
import os
@@ -54,7 +54,6 @@ class NewProjectInfo(QtGui.QWidget):
#Checking Validations Response
if self.reply == "VALID":
- print "Validated : Creating project directory"
#create project directory
try:
os.mkdir(self.projDir)