Kaydet (Commit) 88604056 authored tarafından Barry Warsaw's avatar Barry Warsaw

"Author" -> "Contact"

üst 4c07f81d
audiopy - a program to control the Solaris audio device. audiopy - a program to control the Solaris audio device.
Author: Barry Warsaw Contact: Barry Warsaw
Email: bwarsaw@python.org Email: bwarsaw@python.org
Version: 0.1 Version: 0.1
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"""audiopy -- a program to control the Solaris audio device. """audiopy -- a program to control the Solaris audio device.
Author: Barry Warsaw Contact: Barry Warsaw
Email: bwarsaw@python.org Email: bwarsaw@python.org
Version: %(__version__)s Version: %(__version__)s
...@@ -240,9 +240,9 @@ class MainWindow: ...@@ -240,9 +240,9 @@ class MainWindow:
Audiopy %s Audiopy %s
Control the Solaris audio device Control the Solaris audio device
For information contact For information
author: Barry A. Warsaw Contact: Barry A. Warsaw
email : bwarsaw@python.org''' % __version__) Email: bwarsaw@python.org''' % __version__)
def __popup_using(self, event=None): def __popup_using(self, event=None):
if not self.__helpwin: if not self.__helpwin:
...@@ -405,7 +405,7 @@ def main(): ...@@ -405,7 +405,7 @@ def main():
elif arg in ('-v', '--version'): elif arg in ('-v', '--version'):
print '''\ print '''\
audiopy -- a program to control the Solaris audio device. audiopy -- a program to control the Solaris audio device.
Author: Barry Warsaw Contact: Barry Warsaw
Email: bwarsaw@python.org Email: bwarsaw@python.org
Version: %s''' % __version__ Version: %s''' % __version__
sys.exit(0) sys.exit(0)
......
world -- Print mappings between country names and DNS country codes. world -- Print mappings between country names and DNS country codes.
Author: Barry Warsaw Contact: Barry Warsaw
Email: bwarsaw@python.org Email: bwarsaw@python.org
This script will take a list of Internet addresses and print out where in the This script will take a list of Internet addresses and print out where in the
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"""world -- Print mappings between country names and DNS country codes. """world -- Print mappings between country names and DNS country codes.
Author: Barry Warsaw Contact: Barry Warsaw
Email: bwarsaw@python.org Email: bwarsaw@python.org
Version: %(__version__)s Version: %(__version__)s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment