[Pkg-debile-commits] [debile-web] 02/16: wtf form has changed its declarations

Sylvestre Ledru sylvestre at alioth.debian.org
Thu Aug 29 10:11:06 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch update-usuability
in repository debile-web.

commit 64960405aba1f625a89bc432743c41a35eb12465
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Wed Aug 28 11:01:51 2013 +0200

    wtf form has changed its declarations
---
 debileweb/blueprints/forms.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debileweb/blueprints/forms.py b/debileweb/blueprints/forms.py
index eb14a99..2d57446 100644
--- a/debileweb/blueprints/forms.py
+++ b/debileweb/blueprints/forms.py
@@ -1,5 +1,5 @@
-from flask.ext.wtf import Form, TextField, BooleanField
-from flask.ext.wtf import Required
+from wtforms import TextField, BooleanField, Form
+from wtforms.validators import Required
 
 class SearchPackageForm(Form):
     package = TextField('package', validators = [Required()])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-web.git



More information about the Pkg-debile-commits mailing list