summaryrefslogtreecommitdiff
path: root/examples/query_specific.py
diff options
context:
space:
mode:
authorBrian Wellington <bwelling@xbill.org>2020-05-01 11:31:23 -0700
committerBrian Wellington <bwelling@xbill.org>2020-05-01 11:31:23 -0700
commit44b1c3d8835c12b68571d515c43887c725c75ffa (patch)
tree77f70ff079c56a9c74629eabe92c8a8c7047d1c9 /examples/query_specific.py
parente9f43e4b98a5559fc5de261b3596cbd9371222bc (diff)
downloaddnspython-44b1c3d8835c12b68571d515c43887c725c75ffa.tar.gz
Remove "from __future__ import" statements.
None of these are needed anymore.
Diffstat (limited to 'examples/query_specific.py')
-rw-r--r--examples/query_specific.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/query_specific.py b/examples/query_specific.py
index 3e2c419..23eff30 100644
--- a/examples/query_specific.py
+++ b/examples/query_specific.py
@@ -2,8 +2,6 @@
# Two ways of querying a specific nameserver.
-from __future__ import print_function
-
import dns.message
import dns.rdataclass
import dns.rdatatype