wagtail/wagtail/admin/blocks.py
Mads Jensen 8b420b9abc Removed __future__ imports
Also delete add_imports directive from isort configuration
2017-11-27 02:18:30 +00:00

5 lines
158 B
Python

import warnings
from wagtail.core.blocks import * # noqa
warnings.warn("wagtail.admin.blocks has moved to wagtail.core.blocks", UserWarning, stacklevel=2)