From: Matt Domsch Date: Fri, 2 Nov 2007 18:37:17 +0000 (-0500) Subject: inf2mondb: replace various forms of "DELL" with "Dell" for consistency X-Git-Tag: hwdata-0.212-1~6^2~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=93c3a84eecfcab9f1ec421e5c6b21ee9d985a637;p=oweals%2Fhwdata.git inf2mondb: replace various forms of "DELL" with "Dell" for consistency --- diff --git a/inf2mondb.py b/inf2mondb.py index 0040fd8..6714f90 100755 --- a/inf2mondb.py +++ b/inf2mondb.py @@ -170,6 +170,8 @@ def main(): elif section.lower() == "strings": for key in ini.options(section): strings[key.lower()] = string.strip(ini.get(section, key)).replace('"','') + # exceptions + strings["dell"] = "Dell" for mfr in manufacturers.keys():