Fix up some changes made by 2to3

This commit is contained in:
flan
2017-11-04 02:15:40 +01:00
parent 0cc21101d7
commit 32b82d5803
7 changed files with 13 additions and 27 deletions

View File

@@ -22,7 +22,7 @@ def create_server_paths():
}
def create_sync_app(server_paths, config_path):
config = configparser.SafeConfigParser()
config = configparser.ConfigParser()
config.read(config_path)
# Use custom files and dirs in settings.