Small fixes

This commit is contained in:
Guillaume Ayoub 2013-09-25 13:04:14 +02:00
parent 35840dcc51
commit 07f7e46b3e
2 changed files with 2 additions and 3 deletions

View File

@ -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"},

View File

@ -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)