comparison browser_side/register.py @ 339:2067d6241927

fixed docstrings wrong usage for licence informations
author Goffi <goffi@goffi.org>
date Tue, 04 Feb 2014 17:21:59 +0100
parents c24715dcd2f6
children ce5b33f499c5
comparison
equal deleted inserted replaced
338:80016abf3ad3 339:2067d6241927
1 #!/usr/bin/python 1 #!/usr/bin/python
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 """ 4 # Libervia: a Salut à Toi frontend
5 Libervia: a Salut à Toi frontend 5 # Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org>
6 Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> 6 # Copyright (C) 2011, 2012 Adrien Vigneron <adrienvigneron@mailoo.org>
7 Copyright (C) 2011, 2012 Adrien Vigneron <adrienvigneron@mailoo.org> 7
8 8 # This program is free software: you can redistribute it and/or modify
9 This program is free software: you can redistribute it and/or modify 9 # it under the terms of the GNU Affero General Public License as published by
10 it under the terms of the GNU Affero General Public License as published by 10 # the Free Software Foundation, either version 3 of the License, or
11 the Free Software Foundation, either version 3 of the License, or 11 # (at your option) any later version.
12 (at your option) any later version. 12
13 13 # This program is distributed in the hope that it will be useful,
14 This program is distributed in the hope that it will be useful, 14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 # GNU Affero General Public License for more details.
17 GNU Affero General Public License for more details. 17
18 18 # You should have received a copy of the GNU Affero General Public License
19 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/>.
20 along with this program. If not, see <http://www.gnu.org/licenses/>.
21 """
22 20
23 #This page manage subscription and new account creation 21 #This page manage subscription and new account creation
24 import pyjd # this is dummy in pyjs 22 import pyjd # this is dummy in pyjs
25 23
26 from pyjamas.ui.SimplePanel import SimplePanel 24 from pyjamas.ui.SimplePanel import SimplePanel