Purging ELB and Listener specific models

This commit is contained in:
kevgliss
2015-08-01 15:47:14 -07:00
parent abf21d2931
commit 46652ba117
11 changed files with 433 additions and 9 deletions

View File

@ -30,8 +30,6 @@ from lemur.authorities.models import Authority # noqa
from lemur.certificates.models import Certificate # noqa
from lemur.destinations.models import Destination # noqa
from lemur.domains.models import Domain # noqa
from lemur.elbs.models import ELB # noqa
from lemur.listeners.models import Listener # noqa
from lemur.notifications.models import Notification # noqa
from lemur.sources.models import Source # noqa