Added the rgb.txt file from X11R6.4, including the license
This commit is contained in:
parent
4f632357d4
commit
6bfd655c2a
|
@ -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
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue