diff options
| author | Bob Halley <halley@nominum.com> | 2011-05-12 15:46:51 +0100 |
|---|---|---|
| committer | Bob Halley <halley@nominum.com> | 2011-05-12 15:46:51 +0100 |
| commit | 8d436f693ac074b8948d1ac60b1f6223de120159 (patch) | |
| tree | 3a57522c691e531edbecff1e982e2b35b7846684 /examples/mx.py | |
| parent | e3a9eb03915b3649cf2d93e983f88ab44c673072 (diff) | |
| download | dnspython-8d436f693ac074b8948d1ac60b1f6223de120159.tar.gz | |
assume the python3 executable is called python3
Diffstat (limited to 'examples/mx.py')
| -rwxr-xr-x | examples/mx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mx.py b/examples/mx.py index 4fe34df..06189dd 100755 --- a/examples/mx.py +++ b/examples/mx.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import dns.resolver |
