Small fixes
This commit is contained in:
parent
35840dcc51
commit
07f7e46b3e
@ -71,8 +71,7 @@ INITIAL_CONFIG = {
|
||||
"http_user_parameter": "",
|
||||
"http_password_parameter": ""},
|
||||
"git": {
|
||||
"committer": "Firstname Lastname <Radicale@Radicale.org>",
|
||||
},
|
||||
"committer": "Radicale <radicale@example.com>"},
|
||||
"rights": {
|
||||
"type": "None",
|
||||
"file": "~/.config/radicale/rights"},
|
||||
|
@ -35,4 +35,4 @@ def get_file_content(file_name):
|
||||
with open(os.path.join(EXAMPLES_FOLDER, file_name)) as fd:
|
||||
return fd.read()
|
||||
except IOError:
|
||||
print(u"Couldn't open the file %s" % file_name)
|
||||
print("Couldn't open the file %s" % file_name)
|
||||
|
Loading…
Reference in New Issue
Block a user