summaryrefslogtreecommitdiff
path: root/lib/dnspython/dns/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dnspython/dns/__init__.py')
-rw-r--r--lib/dnspython/dns/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dnspython/dns/__init__.py b/lib/dnspython/dns/__init__.py
index 56e1e8a2ea..c848e48581 100644
--- a/lib/dnspython/dns/__init__.py
+++ b/lib/dnspython/dns/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009, 2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
@@ -49,5 +49,6 @@ __all__ = [
'rdtypes',
'update',
'version',
+ 'wiredata',
'zone',
]