diff options
| author | Bob Halley <halley@dnspython.org> | 2020-05-01 13:02:48 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-05-01 13:02:48 -0700 |
| commit | 84b83f9f2c08ad66597420753dc9671d21d6a37c (patch) | |
| tree | 7a89317fe7052e5b9e6c23a94af8dc0cc5310534 /examples/query_specific.py | |
| parent | 66a25809f5c10b4d737d85245c762718447e3c87 (diff) | |
| download | dnspython-84b83f9f2c08ad66597420753dc9671d21d6a37c.tar.gz | |
make all shebangs python3
Diffstat (limited to 'examples/query_specific.py')
| -rw-r--r-- | examples/query_specific.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/query_specific.py b/examples/query_specific.py index 23eff30..5d8aeb9 100644 --- a/examples/query_specific.py +++ b/examples/query_specific.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Two ways of querying a specific nameserver. |
