From 6bfd655c2ac6134d14c9af3fee8dafdb779f06be Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 6 Oct 1998 20:44:14 +0000 Subject: Added the rgb.txt file from X11R6.4, including the license --- Tools/pynche/Main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tools/pynche/Main.py b/Tools/pynche/Main.py index 4877adc..bbf5533 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 ] -- cgit v0.12