summaryrefslogtreecommitdiffstats
path: root/accounts/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/forms.py')
-rw-r--r--accounts/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/forms.py b/accounts/forms.py
index b3cc425..245d0f0 100644
--- a/accounts/forms.py
+++ b/accounts/forms.py
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
import re
from flask import current_app, Markup, url_for
-from flask.ext.wtf import Form
-from flask.ext.login import current_user
+from flask_wtf import Form
+from flask_login import current_user
from wtforms import TextField, PasswordField, ValidationError, BooleanField,\
validators
from wtforms.form import FormMeta