diff options
Diffstat (limited to 'Tools/pynche/Main.py')
-rw-r--r-- | Tools/pynche/Main.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/pynche/Main.py b/Tools/pynche/Main.py index 8720800..5f365fa 100644 --- a/Tools/pynche/Main.py +++ b/Tools/pynche/Main.py @@ -1,6 +1,6 @@ """Pynche -- The PYthon Natural Color and Hue Editor. -Author: Barry Warsaw +Contact: Barry Warsaw Email: bwarsaw@python.org Version: %(__version__)s @@ -189,7 +189,7 @@ def main(): elif opt in ('-v', '--version'): print '''\ Pynche -- The PYthon Natural Color and Hue Editor. -Author: Barry Warsaw +Contact: Barry Warsaw Email: bwarsaw@python.org Version: %s''' % __version__ sys.exit(0) |