mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
A start on the TestModExp applet
"Author" => "Contact"
This commit is contained in:
parent
107e623ef0
commit
6403991a9d
3 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue