diff options
Diffstat (limited to 'Tools/pynche/PyncheWidget.py')
-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: |