Mercurial > hg > PaInt
changeset 80:758a3e56a738
even better docstring
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 28 Jan 2013 19:08:45 -0800 |
parents | 8cd1fe277856 |
children | 4446cba4cee6 |
files | paint/main.py |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/paint/main.py Mon Jan 28 18:52:59 2013 -0800 +++ b/paint/main.py Mon Jan 28 19:08:45 2013 -0800 @@ -9,7 +9,10 @@ import sys def main(args=sys.argv[1:]): - """console script entry point for PaInt""" + """ + console script entry point for PaInt. uses CommandParser: + http://k0s.org/hg/CommandParser + """ parser = commandparser.CommandParser(package.Package) parser.invoke(args)