diff options
author | fahim | 2015-05-27 11:36:54 +0530 |
---|---|---|
committer | fahim | 2015-05-27 11:36:54 +0530 |
commit | bf5cac5fb49b819d1e4dd703bb325ea3a3613482 (patch) | |
tree | 92ec964bea0b2500c355d090dbba01c482458420 /src/ngspiceSimulation/NgspiceWidget.py | |
parent | bca9871d3ba7b18738c8f326cf9511834679b555 (diff) | |
download | eSim-bf5cac5fb49b819d1e4dd703bb325ea3a3613482.tar.gz eSim-bf5cac5fb49b819d1e4dd703bb325ea3a3613482.tar.bz2 eSim-bf5cac5fb49b819d1e4dd703bb325ea3a3613482.zip |
Subject: Removed unwanted comment and print statement
Description: Removed unwanted comment and print statement
Diffstat (limited to 'src/ngspiceSimulation/NgspiceWidget.py')
-rw-r--r-- | src/ngspiceSimulation/NgspiceWidget.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ngspiceSimulation/NgspiceWidget.py b/src/ngspiceSimulation/NgspiceWidget.py index a3305a78..de56359d 100644 --- a/src/ngspiceSimulation/NgspiceWidget.py +++ b/src/ngspiceSimulation/NgspiceWidget.py @@ -19,9 +19,7 @@ class NgspiceWidget(QtGui.QWidget): self.args = ['-into', str(self.terminal.winId()),'-hold','-e', self.command] self.process.start('xterm', self.args) - #Adding PID - #self.obj_appconfig.procThread_list.append(self.process.pid()) - + |