diff options
author | matteo <matteo.pasotti@gmail.com> | 2014-06-08 22:40:50 +0200 |
---|---|---|
committer | matteo <matteo.pasotti@gmail.com> | 2014-06-08 22:40:50 +0200 |
commit | 95051f5708426a377736c5308fc17111e753c214 (patch) | |
tree | cc3f4997584a01a119f593f6b83950d3b7aec2e8 /modules | |
parent | 31f8553aafc05cbf7ba29a4cb84cd58aeebc1e5c (diff) | |
download | colin-keep-95051f5708426a377736c5308fc17111e753c214.tar colin-keep-95051f5708426a377736c5308fc17111e753c214.tar.gz colin-keep-95051f5708426a377736c5308fc17111e753c214.tar.bz2 colin-keep-95051f5708426a377736c5308fc17111e753c214.tar.xz colin-keep-95051f5708426a377736c5308fc17111e753c214.zip |
SILENT: added a basic description of the script
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/contribfinder.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/contribfinder.py b/modules/contribfinder.py index 458299a..7b43d75 100755 --- a/modules/contribfinder.py +++ b/modules/contribfinder.py @@ -3,7 +3,10 @@ #coding:utf-8 ############################################################################# # -# contribfinder.py - Find Mageia Contributors informations +# contribfinder.py - Find Mageia Contributors information +# A trivial python script that queries the maintainers database +# invoking mgarepo. The GUI uses libyui thus contribfinder is able +# to comfortably behave like a native gtk or qt5 or ncurses application :-) # # License: GPLv3 # Author: Matteo Pasotti, <matteo.pasotti@gmail.com> |