diff options
author | Barry Warsaw <barry@python.org> | 1998-12-14 21:36:40 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1998-12-14 21:36:40 +0000 |
commit | 57fbd7f54e2f24e0354e8a78656eafc36d89f0f0 (patch) | |
tree | 261ec7232c8de61f8a246dab9dca6f66d5a33b73 /Tools/audiopy | |
parent | 9b154c231deba1fb222ac42220c7241aad628d16 (diff) | |
download | cpython-57fbd7f54e2f24e0354e8a78656eafc36d89f0f0.tar.gz |
"Author" -> "Contact"
Diffstat (limited to 'Tools/audiopy')
-rw-r--r-- | Tools/audiopy/README | 2 | ||||
-rwxr-xr-x | Tools/audiopy/audiopy | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Tools/audiopy/README b/Tools/audiopy/README index 501c087651..a49c75e85b 100644 --- a/Tools/audiopy/README +++ b/Tools/audiopy/README @@ -1,6 +1,6 @@ audiopy - a program to control the Solaris audio device. -Author: Barry Warsaw +Contact: Barry Warsaw Email: bwarsaw@python.org Version: 0.1 diff --git a/Tools/audiopy/audiopy b/Tools/audiopy/audiopy index 9abb43b056..12994ab609 100755 --- a/Tools/audiopy/audiopy +++ b/Tools/audiopy/audiopy @@ -2,7 +2,7 @@ """audiopy -- a program to control the Solaris audio device. -Author: Barry Warsaw +Contact: Barry Warsaw Email: bwarsaw@python.org Version: %(__version__)s @@ -240,9 +240,9 @@ class MainWindow: Audiopy %s Control the Solaris audio device -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_using(self, event=None): if not self.__helpwin: @@ -405,7 +405,7 @@ def main(): elif arg in ('-v', '--version'): print '''\ audiopy -- a program to control the Solaris audio device. -Author: Barry Warsaw +Contact: Barry Warsaw Email: bwarsaw@python.org Version: %s''' % __version__ sys.exit(0) |