From b8a87cdb785471005e96234782287528e3edc39c Mon Sep 17 00:00:00 2001 From: fahim Date: Wed, 25 Feb 2015 12:28:36 +0530 Subject: Subject: Kicad Module modified along with some other minor changes Description: Added openschematic,openlayout,openpcb in the kicad module. --- src/projManagement/openKicad.py | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 src/projManagement/openKicad.py (limited to 'src/projManagement/openKicad.py') diff --git a/src/projManagement/openKicad.py b/src/projManagement/openKicad.py deleted file mode 100644 index 9376589f..00000000 --- a/src/projManagement/openKicad.py +++ /dev/null @@ -1,35 +0,0 @@ -#=============================================================================== -# -# FILE: openKicad.py -# -# USAGE: --- -# -# DESCRIPTION: It call kicad schematic -# -# OPTIONS: --- -# REQUIREMENTS: --- -# BUGS: --- -# NOTES: --- -# AUTHOR: Fahim Khan, fahim.elex@gmail.com -# ORGANIZATION: ecSim team at FOSSEE, IIT Bombay. -# CREATED: Tuesday 17 Feb 2015 -# REVISION: --- -#=============================================================================== - -class Kicad: - """ - Class Kicad open Schematic,PCB and Layout - """ - def __init__(self): - pass - - def openSchematic(self): - print "Kicad Schematic is called" - - def openFootprint(self): - print "Kicad Foot print Editor called" - - def openLayout(self): - print "Kicad Layout is called" - - \ No newline at end of file -- cgit