Added support for reading the base config

This commit is contained in:
Sergio Costas 2014-07-13 20:50:02 +02:00
parent ae172c785f
commit d4ed74ae5f
6 changed files with 164 additions and 133 deletions

View file

@ -46,3 +46,4 @@ Gtk.init(sys.argv)
mwindow = devede.project.devede_project(config_data)
mwindow.ask_type()
Gtk.main()
config_data.save_config()