fix lowercase issues

This commit is contained in:
Clinton Hall 2013-03-14 00:57:55 -07:00
parent 1d6f79cb09
commit ac33d26ab1

View file

@ -10,7 +10,7 @@ def migrate():
confignew.read(configFilenamenew)
configold = ConfigParser.ConfigParser()
confignew.optionxform = str
configold.optionxform = str
section = "CouchPotato"
original = []