Fix up some changes made by 2to3
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user