forked from orbit-oss/flask
always import from ._compat
This commit is contained in:
parent
83f7658572
commit
96b8ffbb29
6 changed files with 6 additions and 6 deletions
|
|
@ -13,7 +13,7 @@
|
|||
from contextlib import contextmanager
|
||||
from werkzeug.test import Client, EnvironBuilder
|
||||
from flask import _request_ctx_stack
|
||||
from flask._compat import urlparse
|
||||
from ._compat import urlparse
|
||||
|
||||
|
||||
def make_test_environ_builder(app, path='/', base_url=None, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue