From: Bob Halley Date: Sat, 23 Aug 2025 19:57:30 +0000 (-0700) Subject: fix the all entries X-Git-Tag: v2.8.0rc1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0d5f172e89f30709b47b59fb0919d8cf137f611;p=thirdparty%2Fdnspython.git fix the all entries --- diff --git a/dns/__init__.py b/dns/__init__.py index 85ae226d..d30fd742 100644 --- a/dns/__init__.py +++ b/dns/__init__.py @@ -21,8 +21,8 @@ __all__ = [ "asyncbackend", "asyncquery", "asyncresolver", - "btree.py", - "btreezone.py", + "btree", + "btreezone", "dnssec", "dnssecalgs", "dnssectypes",