summaryrefslogtreecommitdiff
path: root/dns/__init__.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-08-16 17:58:29 -0700
committerBob Halley <halley@dnspython.org>2020-08-21 07:40:45 -0700
commita7de0230bcbd9eb1a92cebe988394231cd6437da (patch)
tree80eaac1c15eda312309c0d87f904a19a55fafc1c /dns/__init__.py
parente2888f116e0c98748f63044e9801acd0d18defd5 (diff)
downloaddnspython-xfr.tar.gz
Implement new inbound xfr design.xfr
Diffstat (limited to 'dns/__init__.py')
-rw-r--r--dns/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/__init__.py b/dns/__init__.py
index 3a51a53..0473ca1 100644
--- a/dns/__init__.py
+++ b/dns/__init__.py
@@ -58,6 +58,7 @@ __all__ = [
'version',
'versioned',
'wire',
+ 'xfr',
'zone',
'zonefile',
]