From: Bob Halley Date: Sat, 27 Jun 2020 20:35:20 +0000 (-0700) Subject: fix __all__ list: remove .py suffixes, add asyncbackend X-Git-Tag: v2.0.0rc2~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=495daad079dc22b6d5032fcadbb3170d9d780d23;p=thirdparty%2Fdnspython.git fix __all__ list: remove .py suffixes, add asyncbackend --- diff --git a/dns/__init__.py b/dns/__init__.py index 6412fb5e..61ec4127 100644 --- a/dns/__init__.py +++ b/dns/__init__.py @@ -18,8 +18,9 @@ """dnspython DNS toolkit""" __all__ = [ - 'asyncquery.py', - 'asyncresolver.py', + 'asyncbackend', + 'asyncquery', + 'asyncresolver', 'dnssec', 'e164', 'edns',