diff options
author | Barry Warsaw <barry@python.org> | 1998-12-15 01:02:51 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1998-12-15 01:02:51 (GMT) |
commit | 6403991a9d11b285f503c326ee5fab0a0b6be066 (patch) | |
tree | f5ff7c3c2818221828196cc890bcd3515b1f52b3 /Tools/pynche | |
parent | 107e623ef012a586ed1c492098c2da2f8c740557 (diff) | |
download | cpython-6403991a9d11b285f503c326ee5fab0a0b6be066.zip cpython-6403991a9d11b285f503c326ee5fab0a0b6be066.tar.gz cpython-6403991a9d11b285f503c326ee5fab0a0b6be066.tar.bz2 |
A start on the TestModExp applet
"Author" => "Contact"
Diffstat (limited to 'Tools/pynche')
-rw-r--r-- | Tools/pynche/Main.py | 4 | ||||
-rw-r--r-- | Tools/pynche/PyncheWidget.py | 6 | ||||
-rw-r--r-- | Tools/pynche/README | 2 |
3 files changed, 6 insertions, 6 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) diff --git a/Tools/pynche/PyncheWidget.py b/Tools/pynche/PyncheWidget.py index 1e651a3..6e158af 100644 --- a/Tools/pynche/PyncheWidget.py +++ b/Tools/pynche/PyncheWidget.py @@ -156,9 +156,9 @@ Pynche %s The PYthonically Natural Color and Hue Editor -For information contact -author: Barry A. Warsaw -email : bwarsaw@python.org''' % __version__) +For information +contact: Barry A. Warsaw +email: bwarsaw@python.org''' % __version__) def __popup_usage(self, event=None): if not self.__helpwin: diff --git a/Tools/pynche/README b/Tools/pynche/README index d9e304f..78b6b1f 100644 --- a/Tools/pynche/README +++ b/Tools/pynche/README @@ -1,6 +1,6 @@ Pynche - The PYthonically Natural Color and Hue Editor -Author: Barry A. Warsaw +Contact: Barry A. Warsaw Email: bwarsaw@python.org Version: 0.1 |