]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix __all__ list: remove .py suffixes, add asyncbackend
authorBob Halley <halley@play-bow.org>
Sat, 27 Jun 2020 20:35:20 +0000 (13:35 -0700)
committerBob Halley <halley@play-bow.org>
Sat, 27 Jun 2020 20:35:20 +0000 (13:35 -0700)
dns/__init__.py

index 6412fb5e19eaa78480894dad60e07619524d3cef..61ec41271ddbe25e9a93dc15be6ef92a38d300b3 100644 (file)
@@ -18,8 +18,9 @@
 """dnspython DNS toolkit"""
 
 __all__ = [
-    'asyncquery.py',
-    'asyncresolver.py',
+    'asyncbackend',
+    'asyncquery',
+    'asyncresolver',
     'dnssec',
     'e164',
     'edns',