This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
python-emails/emails/django_.py

5 lines
138 B
Python

# encoding: utf-8
import warnings
warnings.warn("emails.django_ module moved to emails.django", DeprecationWarning)
from .django import *