inf2mondb: replace various forms of "DELL" with "Dell" for consistency
authorMatt Domsch <matt@domsch.com>
Fri, 2 Nov 2007 18:37:17 +0000 (13:37 -0500)
committerMatt Domsch <matt@domsch.com>
Fri, 2 Nov 2007 18:37:17 +0000 (13:37 -0500)
inf2mondb.py

index 0040fd8668d8d3bba881c9ce811405cc6c2e110e..6714f9012df8782d5bd7daf2b27a956eeec5669f 100755 (executable)
@@ -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():