Added a debug import.

- Legacy-Id: 14793
This commit is contained in:
Henrik Levkowetz 2018-03-14 17:41:49 +00:00
parent e0aed58cc1
commit 24a5eab0b4

View file

@ -3,6 +3,8 @@ import re
from django.db.models import Q
from django.conf import settings
import debug # pyflakes:ignore
from ietf.community.models import CommunityList, EmailSubscription, SearchRule
from ietf.doc.models import Document, State
from ietf.group.models import Role, Group