diff options
| author | Bob Halley <halley@dnspython.org> | 2020-08-03 06:41:31 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-08-03 06:41:31 -0700 |
| commit | e7c090a0b1831525a098e9d61cf76111050eee40 (patch) | |
| tree | 1b107cd41aeca1427783af415471191bf3f14eaf /dns/dnssec.py | |
| parent | 82bc428366df9694ce0b4cfb7d4503e9d0c38248 (diff) | |
| download | dnspython-e7c090a0b1831525a098e9d61cf76111050eee40.tar.gz | |
remove globals() enum updating
Diffstat (limited to 'dns/dnssec.py')
| -rw-r--r-- | dns/dnssec.py | 3 |
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. |
