140
142
def remove(self, store, mail_host):
142
144
notify(DomainDeletingEvent(domain))
144
146
notify(DomainDeletedEvent(mail_host))
148
150
def get(self, store, mail_host, default=None):
149
151
"""See `IDomainManager`."""
153
155
assert domains.count() == 1, (