File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11audiopy - a program to control the Solaris audio device.
22
3- Author: Barry Warsaw
3+ Contact: Barry Warsaw
44Email: bwarsaw@python.org
55Version: 0.1
66
Original file line number Diff line number Diff line change 22
33"""audiopy -- a program to control the Solaris audio device.
44
5- Author: Barry Warsaw
5+ Contact: Barry Warsaw
66Email: bwarsaw@python.org
77Version: %(__version__)s
88
@@ -240,9 +240,9 @@ class MainWindow:
240240 Audiopy %s
241241Control the Solaris audio device
242242
243- For information contact
244- author : Barry A. Warsaw
245- email : bwarsaw@python.org''' % __version__ )
243+ For information
244+ Contact : Barry A. Warsaw
245+ Email: bwarsaw@python.org''' % __version__ )
246246
247247 def __popup_using (self , event = None ):
248248 if not self .__helpwin :
@@ -405,7 +405,7 @@ def main():
405405 elif arg in ('-v' , '--version' ):
406406 print '''\
407407 audiopy -- a program to control the Solaris audio device.
408- Author: Barry Warsaw
408+ Contact: Barry Warsaw
409409Email: bwarsaw@python.org
410410Version: %s''' % __version__
411411 sys .exit (0 )
Original file line number Diff line number Diff line change 11world -- Print mappings between country names and DNS country codes.
22
3- Author: Barry Warsaw
3+ Contact: Barry Warsaw
44Email: bwarsaw@python.org
55
66This script will take a list of Internet addresses and print out where in the
Original file line number Diff line number Diff line change 22
33"""world -- Print mappings between country names and DNS country codes.
44
5- Author: Barry Warsaw
5+ Contact: Barry Warsaw
66Email: bwarsaw@python.org
77Version: %(__version__)s
88
You can’t perform that action at this time.
0 commit comments