From: Barry Warsaw Date: Tue, 6 Oct 1998 20:44:14 +0000 (+0000) Subject: Added the rgb.txt file from X11R6.4, including the license X-Git-Tag: v1.5.2a2~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bfd655c2ac6134d14c9af3fee8dafdb779f06be;p=python Added the rgb.txt file from X11R6.4, including the license --- diff --git a/Tools/pynche/Main.py b/Tools/pynche/Main.py index 4877adc6b0..bbf5533881 100644 --- a/Tools/pynche/Main.py +++ b/Tools/pynche/Main.py @@ -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 ]