summaryrefslogtreecommitdiff
path: root/dns/dnssec.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-08-03 06:41:31 -0700
committerBob Halley <halley@dnspython.org>2020-08-03 06:41:31 -0700
commite7c090a0b1831525a098e9d61cf76111050eee40 (patch)
tree1b107cd41aeca1427783af415471191bf3f14eaf /dns/dnssec.py
parent82bc428366df9694ce0b4cfb7d4503e9d0c38248 (diff)
downloaddnspython-e7c090a0b1831525a098e9d61cf76111050eee40.tar.gz
remove globals() enum updating
Diffstat (limited to 'dns/dnssec.py')
-rw-r--r--dns/dnssec.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/dns/dnssec.py b/dns/dnssec.py
index 79752aa..ada7d1a 100644
--- a/dns/dnssec.py
+++ b/dns/dnssec.py
@@ -64,9 +64,6 @@ class Algorithm(dns.enum.IntEnum):
return 255
-globals().update(Algorithm.__members__)
-
-
def algorithm_from_text(text):
"""Convert text into a DNSSEC algorithm value.