diff options
| author | Brian Wellington <bwelling@xbill.org> | 2020-05-01 11:31:23 -0700 |
|---|---|---|
| committer | Brian Wellington <bwelling@xbill.org> | 2020-05-01 11:31:23 -0700 |
| commit | 44b1c3d8835c12b68571d515c43887c725c75ffa (patch) | |
| tree | 77f70ff079c56a9c74629eabe92c8a8c7047d1c9 /examples/query_specific.py | |
| parent | e9f43e4b98a5559fc5de261b3596cbd9371222bc (diff) | |
| download | dnspython-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.py | 2 |
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 |
