summaryrefslogtreecommitdiff
path: root/dns/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'dns/__init__.py')
-rw-r--r--dns/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/__init__.py b/dns/__init__.py
index b944701..eafdcc4 100644
--- a/dns/__init__.py
+++ b/dns/__init__.py
@@ -27,9 +27,11 @@ __all__ = [
'entropy',
'exception',
'flags',
+ 'immutable',
'inet',
'ipv4',
'ipv6',
+ 'masterfile',
'message',
'name',
'namedict',
@@ -48,12 +50,14 @@ __all__ = [
'serial',
'set',
'tokenizer',
+ 'transaction',
'tsig',
'tsigkeyring',
'ttl',
'rdtypes',
'update',
'version',
+ 'versioned',
'wire',
'zone',
]