Restored 2.5 compatibility and actual fix for the json problem

This commit is contained in:
Armin Ronacher 2010-07-04 20:07:03 +02:00
parent 80eb6cfffc
commit 51a89bf35e
4 changed files with 9 additions and 4 deletions

View file

@ -9,7 +9,7 @@
:license: BSD, see LICENSE for more details.
"""
from flask.helpers import _PackageBoundObject
from .helpers import _PackageBoundObject
def _register_module(module, static_path):