set a description for every application

This commit is contained in:
Romain Bignon 2010-12-09 12:03:38 +01:00
commit 78bfa70f23
19 changed files with 34 additions and 1 deletions

View file

@ -25,6 +25,8 @@ class QWeboobCfg(QtApplication):
APPNAME = 'qweboobcfg'
VERSION = '0.5'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
DESCRIPTION = "weboob-config-qt is a graphical application to add/edit/remove backends, " \
"and to register new website accounts."
def main(self, argv):
self.load_backends()