Added the rgb.txt file from X11R6.4, including the license

This commit is contained in:
Barry Warsaw 1998-10-06 20:44:14 +00:00
parent 4f632357d4
commit 6bfd655c2a
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@ Where:
__version__ = '1.0'
import sys
import os
import getopt
import ColorDB
from PyncheWidget import PyncheWidget
@ -49,6 +50,8 @@ PROGRAM = sys.argv[0]
RGB_TXT = [
# Solaris OpenWindows
'/usr/openwin/lib/rgb.txt',
# The X11R6.4 rgb.txt file
os.path.join(sys.path[0], 'rgb.txt'),
# add more here
]