mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
fixed nameservers path
This commit is contained in:
commit
1b4dea6ae5
15 changed files with 504 additions and 55 deletions
|
@ -48,6 +48,7 @@ try:
|
|||
from .errors import RegistryError, ErrorCode
|
||||
from epplib.models import common
|
||||
from epplib.responses import extensions
|
||||
from epplib import responses
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
@ -56,6 +57,7 @@ __all__ = [
|
|||
"commands",
|
||||
"common",
|
||||
"extensions",
|
||||
"responses",
|
||||
"ErrorCode",
|
||||
"RegistryError",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue