django1/django/forms/util.py

8 lines
194 B
Python
Raw Normal View History

import warnings
warnings.warn(
"The django.forms.util module has been renamed. "
"Use django.forms.utils instead.", PendingDeprecationWarning)
from django.forms.utils import * # NOQA