Add warning comment

- Legacy-Id: 3709
This commit is contained in:
Ole Laursen 2011-11-25 15:44:25 +00:00
parent 13cec30f07
commit f5ae4a0496

View file

@ -1,5 +1,7 @@
from django.core.mail import EmailMessage
# FIXME: this is not using the ietf mail stuff, which it really should
# - this code should be DELETED
class IETFEmailMessage(EmailMessage):