diff options
author | rahulp13 | 2022-02-14 13:51:46 +0530 |
---|---|---|
committer | rahulp13 | 2022-02-14 13:51:46 +0530 |
commit | 516294ea5cccad3a0cef475b1393344b7fc7c1a9 (patch) | |
tree | 8803b1ccd9c77961e8eb7d7cdfe0009ddaa1d38d /src/createKicadLibrary.py | |
parent | c90a4ad5a0ceb86fa2f5c1be70e4e8ea0eb632fb (diff) | |
download | nghdl-516294ea5cccad3a0cef475b1393344b7fc7c1a9.tar.gz nghdl-516294ea5cccad3a0cef475b1393344b7fc7c1a9.tar.bz2 nghdl-516294ea5cccad3a0cef475b1393344b7fc7c1a9.zip |
Revert "Adding other changes for Upgradation to NgSpice-35"
Diffstat (limited to 'src/createKicadLibrary.py')
-rw-r--r--[-rwxr-xr-x] | src/createKicadLibrary.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/createKicadLibrary.py b/src/createKicadLibrary.py index 174668c..eed8f6d 100755..100644 --- a/src/createKicadLibrary.py +++ b/src/createKicadLibrary.py @@ -95,9 +95,6 @@ class AutoSchematic(QtWidgets.QWidget): "Enter Input Load (default=1.0e-12)")
ET.SubElement(param, "instance_id", default="1").text = (
"Enter Instance ID (Between 0-99)")
- ET.SubElement(param, "Sumanto", default="1").text = (
- "Enter Instance ID (Between 0-99)")
-
tree = ET.ElementTree(root)
tree.write(str(self.modelname) + '.xml')
print("Leaving the directory ", xmlDestination)
|