mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
Update __init__.py
This commit is contained in:
parent
ae01ffd910
commit
f1589c8480
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
from auditlog.registry import auditlog # type: ignore
|
||||
|
||||
import traceback
|
||||
from .contact import Contact
|
||||
try:
|
||||
from .domain_application import DomainApplication
|
||||
except ImportError as err:
|
||||
print(err)
|
||||
print("Error traceback is...")
|
||||
print(traceback.format_exc())
|
||||
pass
|
||||
from .domain_information import DomainInformation
|
||||
from .domain import Domain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue