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