Mercurial > libervia-backend
comparison src/core/default_config.py @ 589:d1b4805124a1
Fix pep8 support in src/core.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 18 Jan 2013 17:55:35 +0100 |
parents | 78ca32cc0b51 |
children | cc09cc8c78fc |
comparison
equal
deleted
inserted
replaced
588:beaf6bec2fcd | 589:d1b4805124a1 |
---|---|
18 You should have received a copy of the GNU Affero General Public License | 18 You should have received a copy of the GNU Affero General Public License |
19 along with this program. If not, see <http://www.gnu.org/licenses/>. | 19 along with this program. If not, see <http://www.gnu.org/licenses/>. |
20 """ | 20 """ |
21 | 21 |
22 CONST = { | 22 CONST = { |
23 'client_name' : u'SàT (Salut à toi)', | 23 'client_name': u'SàT (Salut à toi)', |
24 'client_version' : u'0.3.0', #Please add 'D' at the end for dev versions | 24 'client_version': u'0.3.0', # Please add 'D' at the end for dev versions |
25 'local_dir' : '~/.sat' | 25 'local_dir': '~/.sat' |
26 } | 26 } |
27 | 27 |
28 ### Defaut configuration values ### | 28 ### Defaut configuration values ### |
29 | 29 |
30 default_config = { | 30 default_config = { |