projects
/
oweals
/
hwdata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dfd20c
)
inf2mondb: replace various forms of "DELL" with "Dell" for consistency
author
Matt Domsch
<matt@domsch.com>
Fri, 2 Nov 2007 18:37:17 +0000
(13:37 -0500)
committer
Matt Domsch
<matt@domsch.com>
Fri, 2 Nov 2007 18:37:17 +0000
(13:37 -0500)
inf2mondb.py
patch
|
blob
|
history
diff --git
a/inf2mondb.py
b/inf2mondb.py
index 0040fd8668d8d3bba881c9ce811405cc6c2e110e..6714f9012df8782d5bd7daf2b27a956eeec5669f 100755
(executable)
--- 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():