summaryrefslogtreecommitdiff
path: root/src/frontEnd
diff options
context:
space:
mode:
authorrahul2019-10-23 13:00:45 +0530
committerrahul2019-10-23 13:00:45 +0530
commit3e415cb8c745e06523c47a3f1e0ba91d6941c422 (patch)
treebffc9114d23bfb44709dc5edf8c7f6f3949b38ed /src/frontEnd
parentb0e9321f441c30360852221359494ade9816bcc5 (diff)
downloadeSim-3e415cb8c745e06523c47a3f1e0ba91d6941c422.tar.gz
eSim-3e415cb8c745e06523c47a3f1e0ba91d6941c422.tar.bz2
eSim-3e415cb8c745e06523c47a3f1e0ba91d6941c422.zip
removed comments
Diffstat (limited to 'src/frontEnd')
-rwxr-xr-xsrc/frontEnd/Application.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/frontEnd/Application.py b/src/frontEnd/Application.py
index 7e0c324c..fd59cd8e 100755
--- a/src/frontEnd/Application.py
+++ b/src/frontEnd/Application.py
@@ -113,16 +113,6 @@ class Application(QtGui.QMainWindow):
self.webConnect.setShortcut('Ctrl+G')
self.webConnect.triggered.connect(self.go_online_offline)
- # try:
- # self.webConnect.setShortcut('Ctrl+G')
- # self.webConnect.triggered.connect(self.go_online_offline)
- # except AttributeError as e:
- # self.webConnect = QtGui.QAction(QtGui.QIcon('../../images/offline.png'),'<b>Go Online</b>',self)
- # self.webConnect.setShortcut('Ctrl+G')
- # self.webConnect.triggered.connect(self.go_online_offline)
- # self.online_flag = False
-
-
self.helpfile = QtGui.QAction(QtGui.QIcon('../../images/helpProject.png'),'<b>Help</b>',self)
self.helpfile.setShortcut('Ctrl+H')