mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Small fixes
This commit is contained in:
parent
35840dcc51
commit
07f7e46b3e
2 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue