summaryrefslogtreecommitdiff
path: root/dns/update.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-08-03 05:02:54 -0700
committerBob Halley <halley@dnspython.org>2020-08-03 05:02:54 -0700
commit742df9bd7711b39d12f6d2e6c66ee0d7370a2cce (patch)
treeecad3518b203c2e6ff2198ca3eec65d1becbc3cf /dns/update.py
parent017704f9b4dfb8eaecf0c2b47565bc69b2ac4e2f (diff)
downloaddnspython-742df9bd7711b39d12f6d2e6c66ee0d7370a2cce.tar.gz
restore globalsconstants
Diffstat (limited to 'dns/update.py')
-rw-r--r--dns/update.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/update.py b/dns/update.py
index ac1557c..e39d535 100644
--- a/dns/update.py
+++ b/dns/update.py
@@ -40,6 +40,7 @@ class UpdateSection(dns.enum.IntEnum):
# pylint: disable=C0413,W0401,W0614
from dns.constants._update_updatesection import * # noqa
+globals().update(UpdateSection.__members__)
# pylint: enable=C0413,W0401,W0614