* récupération du dossier doc qui traînait dans gen_confs
 * impression/canon_wrapper
 * typos et élimination de warning
This commit is contained in:
Vincent Le Gallic 2013-04-16 02:29:13 +02:00
parent 351527e594
commit 0383637650
8 changed files with 32 additions and 14 deletions

View file

@ -5,6 +5,7 @@
.. codeauthor:: Daniel STAN <dstan@crans.org>
.. codeauthor:: Antoine Durand-Gasselin <adg@crans.org>
Pour envoyer des jobs d'impression à l'imprimante canon via son interface web.
License: GPLv3
"""
@ -214,6 +215,5 @@ if __name__ == '__main__':
else:
parser = build_parser()
__doc__ += 'Help message::\n' +\
'\n'.join(' ' + l for l in parser.format_help().split('\n'))
__doc__ += '''\nHelp message : ::\n\n'''
__doc__ += '\n'.join(' ' + l for l in parser.format_help().split('\n')) + "\n"