comparison src/browser/register.py @ 451:1a0cec9b0f1e

better PEP-8 compliance
author souliane <souliane@mailoo.org>
date Tue, 20 May 2014 10:54:03 +0200
parents 981ed669d3b3
children bea9788f3170
comparison
equal deleted inserted replaced
450:41aae13cab2b 451:1a0cec9b0f1e
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 #This page manage subscription and new account creation 21 #This page manage subscription and new account creation
22 22
23 import pyjd # this is dummy in pyjs 23 import pyjd # this is dummy in pyjs
24 from sat.core.i18n import _ 24 from sat.core.i18n import _
25 25
26 from pyjamas.ui.SimplePanel import SimplePanel 26 from pyjamas.ui.SimplePanel import SimplePanel
27 from pyjamas.ui.VerticalPanel import VerticalPanel 27 from pyjamas.ui.VerticalPanel import VerticalPanel
28 from pyjamas.ui.HorizontalPanel import HorizontalPanel 28 from pyjamas.ui.HorizontalPanel import HorizontalPanel