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/configuration/Appconfig.py | 2 +- src/configuration/Appconfig.pyc | Bin 1307 -> 1308 bytes 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configuration') diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index 550670cf..d1b82166 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -30,7 +30,7 @@ class Appconfig(QtGui.QWidget): home = os.path.join(os.path.expanduser("~"),"ecSim-Workspace") default_workspace = {"workspace":home} #Current Project detail - current_project = {"ProjectName":"None"} + current_project = {"ProjectName":None} #Workspace detail workspace_text = '''ecSim stores your project in a folder called a workspace. You can choose a different workspace folder to use for this session.''' diff --git a/src/configuration/Appconfig.pyc b/src/configuration/Appconfig.pyc index b68d43c9..b4cbb31a 100644 Binary files a/src/configuration/Appconfig.pyc and b/src/configuration/Appconfig.pyc differ -- cgit