always import from ._compat

This commit is contained in:
Thomas Waldmann 2013-05-25 20:24:14 +02:00
parent 83f7658572
commit 96b8ffbb29
6 changed files with 6 additions and 6 deletions

View file

@ -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):