Mercurial > hg > PaInt
changeset 79:8cd1fe277856
docstrings
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 28 Jan 2013 18:52:59 -0800 |
parents | ab0620d3755b |
children | 758a3e56a738 |
files | paint/main.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/paint/main.py Mon Jan 28 18:45:52 2013 -0800 +++ b/paint/main.py Mon Jan 28 18:52:59 2013 -0800 @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -python PAckage INTrospection +python PAckage INTrospection command line script """ import commandparser @@ -9,7 +9,7 @@ import sys def main(args=sys.argv[1:]): - + """console script entry point for PaInt""" parser = commandparser.CommandParser(package.Package) parser.invoke(args)