Switch to explicit Werkzeug imports

This commit is contained in:
Armin Ronacher 2011-07-15 18:03:48 +02:00
parent 6ca321c979
commit 2866ccda1f
7 changed files with 17 additions and 10 deletions

View file

@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details.
"""
from werkzeug import Client, EnvironBuilder
from werkzeug.test import Client, EnvironBuilder
from flask import _request_ctx_stack