diff options
author | fahim | 2015-03-25 16:01:00 +0530 |
---|---|---|
committer | fahim | 2015-03-25 16:01:00 +0530 |
commit | 38156ae2ab71a0b26870c8a4a2c0745427a032ff (patch) | |
tree | 79103ed9b5a6ed4e25aac421c3b0b21967ae97e4 /src/projManagement | |
parent | 0e14e5c36023a4a12cfe7429b0be01dc534151b4 (diff) | |
download | eSim-38156ae2ab71a0b26870c8a4a2c0745427a032ff.tar.gz eSim-38156ae2ab71a0b26870c8a4a2c0745427a032ff.tar.bz2 eSim-38156ae2ab71a0b26870c8a4a2c0745427a032ff.zip |
Subject: Added module for source tab
Description: Addition of source tab is completed. Able to update source
detail of schematic info.
Diffstat (limited to 'src/projManagement')
-rw-r--r-- | src/projManagement/Kicad.py | 5 | ||||
-rw-r--r-- | src/projManagement/Kicad.pyc | bin | 4113 -> 4085 bytes |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/projManagement/Kicad.py b/src/projManagement/Kicad.py index 47a65c73..cbee89e9 100644 --- a/src/projManagement/Kicad.py +++ b/src/projManagement/Kicad.py @@ -103,9 +103,10 @@ class Kicad: print "CIR file present" self.projName = os.path.basename(self.projDir) self.project = os.path.join(self.projDir,self.projName) - + #Creating a command to run - self.cmd = "python /home/fahim/Workspace/eSim/src/kicadtoNgspice/KicadtoNgspice.py "+self.project+".cir " + #self.cmd = "python /home/fahim/Workspace/eSim/src/kicadtoNgspice/KicadtoNgspice.py "+self.project+".cir " + self.cmd = "python ../kicadtoNgspice/KicadtoNgspice.py "+self.project+".cir " self.obj_workThread = Worker.WorkerThread(self.cmd) self.obj_workThread.start() diff --git a/src/projManagement/Kicad.pyc b/src/projManagement/Kicad.pyc Binary files differindex c488f7ec..9d783b32 100644 --- a/src/projManagement/Kicad.pyc +++ b/src/projManagement/Kicad.pyc |