wagtail/wagtail/wagtailcore/util.py
2014-06-18 11:24:38 +01:00

7 lines
181 B
Python

import warnings
warnings.warn(
"The wagtail.wagtailcore.util module has been renamed. "
"Use wagtail.wagtailcore.utils instead.", DeprecationWarning)
from .utils import *