From a0d5f172e89f30709b47b59fb0919d8cf137f611 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 23 Aug 2025 12:57:30 -0700 Subject: [PATCH] fix the all entries --- dns/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.47.3