1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48:30 +00:00

Add docstrings and use @property when needed.

This commit is contained in:
Guillaume Ayoub 2010-01-19 20:31:21 +01:00
parent 86dd1b0ef4
commit 06843adca1
5 changed files with 60 additions and 38 deletions

View file

@ -64,7 +64,7 @@ parser.add_option(
help="certificate file ")
options, args = parser.parse_args()
# Update radicale configuration according to options
# Update Radicale configuration according to options
for option in parser.option_list:
key = option.dest
if key: