summaryrefslogtreecommitdiffstats
path: root/Tools/pynche/Main.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1998-12-15 01:02:51 (GMT)
committerBarry Warsaw <barry@python.org>1998-12-15 01:02:51 (GMT)
commit6403991a9d11b285f503c326ee5fab0a0b6be066 (patch)
treef5ff7c3c2818221828196cc890bcd3515b1f52b3 /Tools/pynche/Main.py
parent107e623ef012a586ed1c492098c2da2f8c740557 (diff)
downloadcpython-6403991a9d11b285f503c326ee5fab0a0b6be066.zip
cpython-6403991a9d11b285f503c326ee5fab0a0b6be066.tar.gz
cpython-6403991a9d11b285f503c326ee5fab0a0b6be066.tar.bz2
A start on the TestModExp applet
"Author" => "Contact"
Diffstat (limited to 'Tools/pynche/Main.py')
-rw-r--r--Tools/pynche/Main.py4
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)