From 5fde298d4b705bd256d5510493955ca98a31acdc Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 22 Jan 2016 17:26:00 +0100 Subject: Bump flask version --- forms.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'forms.py') diff --git a/forms.py b/forms.py index d10d27e..deaffa8 100644 --- a/forms.py +++ b/forms.py @@ -1,8 +1,9 @@ # -*- coding: utf-8 -*- from account import SERVICES, NoSuchUserError from flask import g, current_app, session, Markup -from flask.ext.wtf import Form, validators, TextField, PasswordField,\ - ValidationError, BooleanField +from flask.ext.wtf import Form +from wtforms import TextField, PasswordField, ValidationError, BooleanField,\ + validators from functools import partial from utils import _username_re, _username_exclude_re, decrypt_password,\ NotRegexp, url_for -- cgit v1.2.3-1-g7c22