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/name.py | |
| parent | e9f43e4b98a5559fc5de261b3596cbd9371222bc (diff) | |
| download | dnspython-44b1c3d8835c12b68571d515c43887c725c75ffa.tar.gz | |
Remove "from __future__ import" statements.
None of these are needed anymore.
Diffstat (limited to 'examples/name.py')
| -rwxr-xr-x | examples/name.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/name.py b/examples/name.py index 7bb0c01..40d0c56 100755 --- a/examples/name.py +++ b/examples/name.py @@ -1,7 +1,5 @@ #!/usr/bin/env python -from __future__ import print_function - import dns.name n = dns.name.from_text('www.dnspython.org') |
