mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
Added the rgb.txt file from X11R6.4, including the license
This commit is contained in:
parent
4f632357d4
commit
6bfd655c2a
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ Where:
|
||||||
__version__ = '1.0'
|
__version__ = '1.0'
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
import os
|
||||||
import getopt
|
import getopt
|
||||||
import ColorDB
|
import ColorDB
|
||||||
from PyncheWidget import PyncheWidget
|
from PyncheWidget import PyncheWidget
|
||||||
|
|
@ -49,6 +50,8 @@ PROGRAM = sys.argv[0]
|
||||||
RGB_TXT = [
|
RGB_TXT = [
|
||||||
# Solaris OpenWindows
|
# Solaris OpenWindows
|
||||||
'/usr/openwin/lib/rgb.txt',
|
'/usr/openwin/lib/rgb.txt',
|
||||||
|
# The X11R6.4 rgb.txt file
|
||||||
|
os.path.join(sys.path[0], 'rgb.txt'),
|
||||||
# add more here
|
# add more here
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue