]> granicus.if.org Git - python/commitdiff
Added /usr/lib/X11/rgb.txt in front of X/rgb.txt for Linuxers
authorBarry Warsaw <barry@python.org>
Fri, 23 Apr 1999 16:24:00 +0000 (16:24 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 23 Apr 1999 16:24:00 +0000 (16:24 +0000)
Tools/pynche/Main.py

index 5f365fab14cc5e558dad5d84f8745887bada4446..1ec738b111f7fe4fbeff03d61963dfba99380886 100644 (file)
@@ -70,6 +70,8 @@ PROGRAM = sys.argv[0]
 RGB_TXT = [
     # Solaris OpenWindows
     '/usr/openwin/lib/rgb.txt',
+    # Linux
+    '/usr/lib/X11/rgb.txt',
     # The X11R6.4 rgb.txt file
     os.path.join(sys.path[0], 'X/rgb.txt'),
     # add more here