diff options
author | Barry Warsaw <barry@python.org> | 1998-10-07 03:40:29 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1998-10-07 03:40:29 (GMT) |
commit | bac609a69ec4560ece487f0654429197c7a16b2b (patch) | |
tree | 23f9004eff848156b02644aebb43fd37f20c65ff /Tools/pynche | |
parent | 0926deacd5f4f3ef57d9b093b43c73ded2695578 (diff) | |
download | cpython-bac609a69ec4560ece487f0654429197c7a16b2b.zip cpython-bac609a69ec4560ece487f0654429197c7a16b2b.tar.gz cpython-bac609a69ec4560ece487f0654429197c7a16b2b.tar.bz2 |
Updated about text
Diffstat (limited to 'Tools/pynche')
-rw-r--r-- | Tools/pynche/PyncheWidget.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/pynche/PyncheWidget.py b/Tools/pynche/PyncheWidget.py index e3a3b2c..c4df038 100644 --- a/Tools/pynche/PyncheWidget.py +++ b/Tools/pynche/PyncheWidget.py @@ -111,9 +111,9 @@ Color and Hue Editor Copyright (C) 1998 CNRI All rights reserved -For information about Pynche -contact: Barry A. Warsaw -email: bwarsaw@python.org''' % __version__) +For information about Pynche contact +author: Barry A. Warsaw +email : bwarsaw@python.org''' % __version__) def __popup_text(self, event=None): if not self.__textwin: |