Mercurial > libervia-web
diff twisted/plugins/libervia.py @ 446:c406e46fe9c0
server_side: update the connection mechanism to handle profile passwords
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 07 May 2014 19:46:58 +0200 |
parents | eca26481176f |
children |
line wrap: on
line diff
--- a/twisted/plugins/libervia.py Wed May 07 19:29:10 2014 +0200 +++ b/twisted/plugins/libervia.py Wed May 07 19:46:58 2014 +0200 @@ -56,10 +56,10 @@ def __init__(self): """You want to read SàT configuration file now in order to overwrite the hard-coded default values. - This is because the priority is (form lowest to highest): - - use hard-coded default values - - use the values from SàT configuration files - - use the values passes on the command line + This is because the priority for the usage of the values is (from lowest to highest): + - hard-coded default values + - values from SàT configuration files + - values passed on the command line If you do it later: after the command line options have been parsed, there's no good way to know if the options values are the hard-coded ones or if they have been passed on the command line. """