parent
107e623ef0
commit
6403991a9d
|
@ -1,6 +1,6 @@
|
||||||
"""Pynche -- The PYthon Natural Color and Hue Editor.
|
"""Pynche -- The PYthon Natural Color and Hue Editor.
|
||||||
|
|
||||||
Author: Barry Warsaw
|
Contact: Barry Warsaw
|
||||||
Email: bwarsaw@python.org
|
Email: bwarsaw@python.org
|
||||||
Version: %(__version__)s
|
Version: %(__version__)s
|
||||||
|
|
||||||
|
@ -189,7 +189,7 @@ def main():
|
||||||
elif opt in ('-v', '--version'):
|
elif opt in ('-v', '--version'):
|
||||||
print '''\
|
print '''\
|
||||||
Pynche -- The PYthon Natural Color and Hue Editor.
|
Pynche -- The PYthon Natural Color and Hue Editor.
|
||||||
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)
|
||||||
|
|
|
@ -156,9 +156,9 @@ Pynche %s
|
||||||
The PYthonically Natural
|
The PYthonically Natural
|
||||||
Color and Hue Editor
|
Color and Hue Editor
|
||||||
|
|
||||||
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_usage(self, event=None):
|
def __popup_usage(self, event=None):
|
||||||
if not self.__helpwin:
|
if not self.__helpwin:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Pynche - The PYthonically Natural Color and Hue Editor
|
Pynche - The PYthonically Natural Color and Hue Editor
|
||||||
|
|
||||||
Author: Barry A. Warsaw
|
Contact: Barry A. Warsaw
|
||||||
Email: bwarsaw@python.org
|
Email: bwarsaw@python.org
|
||||||
Version: 0.1
|
Version: 0.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue