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/reverse.py | |
| parent | e9f43e4b98a5559fc5de261b3596cbd9371222bc (diff) | |
| download | dnspython-44b1c3d8835c12b68571d515c43887c725c75ffa.tar.gz | |
Remove "from __future__ import" statements.
None of these are needed anymore.
Diffstat (limited to 'examples/reverse.py')
| -rwxr-xr-x | examples/reverse.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/reverse.py b/examples/reverse.py index 038a020..a0293ee 100755 --- a/examples/reverse.py +++ b/examples/reverse.py @@ -16,8 +16,6 @@ # If this weren't a demo script, there'd be a way of specifying the # origin for each zone instead of constructing it from the filename. -from __future__ import print_function - import dns.zone import dns.ipv4 import os.path |
