Commit 6bfd655c authored by Barry Warsaw's avatar Barry Warsaw

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

parent 4f632357
......@@ -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
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment