Fix indent error

This commit is contained in:
Clinton Hall 2013-11-26 21:01:40 +10:30
commit fd9bfb8302

View file

@ -165,7 +165,7 @@ def migrate():
option, value = item
confignew.set(section, option, value)
section = "ASCII"
section = "ASCII"
original = []
try:
original = configold.items(section)