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: ...@@ -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] ...@@ -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
] ]
......
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