FILETYPES: Newer XFree86 rgb.txt files use the key Xorg instead of

XConsortium.  Now we can recognize these files!
This commit is contained in:
Barry Warsaw 2002-10-21 14:25:24 +00:00
parent d9e0e1f422
commit 5c458052f0

View file

@ -172,6 +172,7 @@ class WebsafeDB(ColorDB):
# the class to instantiate if a match is found
FILETYPES = [
(re.compile('Xorg'), RGBColorDB),
(re.compile('XConsortium'), RGBColorDB),
(re.compile('HTML'), HTML40DB),
(re.compile('lightlink'), LightlinkDB),