diff options
author | komalsheth236 | 2015-09-22 14:31:02 +0530 |
---|---|---|
committer | komalsheth236 | 2015-09-22 14:31:02 +0530 |
commit | 193d284f377ccf963bbd762bdb03f3daae2fa1af (patch) | |
tree | 185b7547e717b9053a82b829b30aa05894daff33 /src/kicadtoNgspice | |
parent | bcc0d1b98380f33b9d0c389f5322dc1e880af9e5 (diff) | |
download | eSim-193d284f377ccf963bbd762bdb03f3daae2fa1af.tar.gz eSim-193d284f377ccf963bbd762bdb03f3daae2fa1af.tar.bz2 eSim-193d284f377ccf963bbd762bdb03f3daae2fa1af.zip |
Nghdl Processes Terminated
Diffstat (limited to 'src/kicadtoNgspice')
-rw-r--r-- | src/kicadtoNgspice/DeviceModel.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kicadtoNgspice/DeviceModel.py b/src/kicadtoNgspice/DeviceModel.py index 90443d31..aaf02f45 100644 --- a/src/kicadtoNgspice/DeviceModel.py +++ b/src/kicadtoNgspice/DeviceModel.py @@ -65,7 +65,7 @@ class DeviceModel(QtGui.QWidget): transbox.setTitle("Add library for Transistor "+words[0]+" : "+words[4]) self.entry_var[self.count] = QtGui.QLineEdit() self.entry_var[self.count].setText("") - #global path_name + global path_name try: for child in root: if child.tag[0]==eachline[0] and child.tag[1]==eachline[1]: @@ -116,7 +116,7 @@ class DeviceModel(QtGui.QWidget): diodebox.setTitle("Add library for Diode "+words[0]+" : "+words[3]) self.entry_var[self.count] = QtGui.QLineEdit() self.entry_var[self.count].setText("") - global path_name + #global path_name try: for child in root: if child.tag[0]==eachline[0] and child.tag[1]==eachline[1]: @@ -167,7 +167,7 @@ class DeviceModel(QtGui.QWidget): jfetbox.setTitle("Add library for JFET "+words[0]+" : "+words[4]) self.entry_var[self.count] = QtGui.QLineEdit() self.entry_var[self.count].setText("") - global path_name + #global path_name try: for child in root: if child.tag[0]==eachline[0] and child.tag[1]==eachline[1]: |