mirror of https://github.com/python/cpython
Added /usr/lib/X11/rgb.txt in front of X/rgb.txt for Linuxers
This commit is contained in:
parent
eea97ea063
commit
c2aadcd96a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue