Skip to content

Commit 6403991

Browse files
committed
A start on the TestModExp applet
"Author" => "Contact"
1 parent 107e623 commit 6403991

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Tools/pynche/Main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Pynche -- The PYthon Natural Color and Hue Editor.
22
3-
Author: Barry Warsaw
3+
Contact: Barry Warsaw
44
55
Version: %(__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
193193
194194
Version: %s''' % __version__
195195
sys.exit(0)

Tools/pynche/PyncheWidget.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ def __popup_about(self, event=None):
156156
The PYthonically Natural
157157
Color and Hue Editor
158158
159-
For information contact
160-
author: Barry A. Warsaw
161-
email : [email protected]''' % __version__)
159+
For information
160+
contact: Barry A. Warsaw
161+
email: [email protected]''' % __version__)
162162

163163
def __popup_usage(self, event=None):
164164
if not self.__helpwin:

Tools/pynche/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pynche - The PYthonically Natural Color and Hue Editor
22

3-
Author: Barry A. Warsaw
3+
Contact: Barry A. Warsaw
44
55
Version: 0.1
66

0 commit comments

Comments
 (0)