Update dnspython-2.2.0

This commit is contained in:
JonnyWong16 2021-10-14 21:36:41 -07:00
commit 4d62245cf5
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
111 changed files with 9077 additions and 5877 deletions

View file

@ -1,3 +1,5 @@
# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
# Copyright (C) 2003-2007, 2009, 2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
@ -16,13 +18,15 @@
"""dnspython DNS toolkit"""
__all__ = [
'asyncbackend',
'asyncquery',
'asyncresolver',
'dnssec',
'e164',
'edns',
'entropy',
'exception',
'flags',
'hash',
'inet',
'ipv4',
'ipv6',
@ -41,6 +45,7 @@ __all__ = [
'resolver',
'reversename',
'rrset',
'serial',
'set',
'tokenizer',
'tsig',
@ -49,6 +54,8 @@ __all__ = [
'rdtypes',
'update',
'version',
'wiredata',
'wire',
'zone',
]
from dns.version import version as __version__ # noqa