Added checking capabilities for the needed programs

This commit is contained in:
Sergio Costas 2014-08-05 01:13:52 +02:00
parent cb2de7db44
commit f405ae4ddf
7 changed files with 345 additions and 14 deletions

View file

@ -47,7 +47,6 @@ Gtk.init(sys.argv)
mwindow = devede.project.devede_project()
ask_type = devede.choose_disc_type.choose_disc_type()
# this allows to check the availability of all the programs needed for Devede
devede.converter.converter.get_converter()
Gtk.main()
config_data.save_config()