From c38004260d139a3d4c05f1d8dfd0dbfca281e012 Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 5 Mar 2013 19:54:17 -0300 Subject: Add todos and comments. --- server.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server.py') diff --git a/server.py b/server.py index a6e520df..eaa5e964 100644 --- a/server.py +++ b/server.py @@ -128,7 +128,8 @@ def load_configuration(file_path): for key in conf: if key in config['soledad-server']: conf[key] = config['soledad-server'][key] - # TODO: implement basic parsing of options comming from config file. + # TODO: implement basic parsing/sanitization of options comming from + # config file. return conf -- cgit v1.2.3