fixed nameservers path

This commit is contained in:
David Kennedy 2023-10-03 16:59:42 -04:00
commit 1b4dea6ae5
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
15 changed files with 504 additions and 55 deletions

View file

@ -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",
]