File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""Pynche -- The PYthon Natural Color and Hue Editor.
22
3- Author: Barry Warsaw
3+ Contact: Barry Warsaw
44Email: bwarsaw@python.org
55Version: %(__version__)s
66
@@ -189,7 +189,7 @@ def main():
189189 elif opt in ('-v' , '--version' ):
190190 print '''\
191191 Pynche -- The PYthon Natural Color and Hue Editor.
192- Author: Barry Warsaw
192+ Contact: Barry Warsaw
193193Email: bwarsaw@python.org
194194Version: %s''' % __version__
195195 sys .exit (0 )
Original file line number Diff line number Diff line change @@ -156,9 +156,9 @@ def __popup_about(self, event=None):
156156The PYthonically Natural
157157Color and Hue Editor
158158
159- For information contact
160- author : Barry A. Warsaw
161- email : bwarsaw@python.org''' % __version__ )
159+ For information
160+ contact : Barry A. Warsaw
161+ email: bwarsaw@python.org''' % __version__ )
162162
163163 def __popup_usage (self , event = None ):
164164 if not self .__helpwin :
Original file line number Diff line number Diff line change 11Pynche - The PYthonically Natural Color and Hue Editor
22
3- Author: Barry A. Warsaw
3+ Contact: Barry A. Warsaw
44Email: bwarsaw@python.org
55Version: 0.1
66
You can’t perform that action at this time.
0 commit comments