always import from ._compat
This commit is contained in:
parent
83f7658572
commit
96b8ffbb29
6 changed files with 6 additions and 6 deletions
|
|
@ -8,7 +8,7 @@
|
|||
:copyright: (c) 2011 by Armin Ronacher.
|
||||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
from flask._compat import implements_to_string
|
||||
from ._compat import implements_to_string
|
||||
|
||||
|
||||
class UnexpectedUnicodeError(AssertionError, UnicodeError):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue