summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@play-bow.org>2020-06-27 13:35:20 -0700
committerBob Halley <halley@play-bow.org>2020-06-27 13:35:20 -0700
commit495daad079dc22b6d5032fcadbb3170d9d780d23 (patch)
tree017d7af3864cb0fb33a71af35b2043644a48c49d
parentd5b3cffc213612f0ac552f9ea657f80857d37eca (diff)
downloaddnspython-495daad079dc22b6d5032fcadbb3170d9d780d23.tar.gz
fix __all__ list: remove .py suffixes, add asyncbackend
-rw-r--r--dns/__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/__init__.py b/dns/__init__.py
index 6412fb5..61ec412 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',