summaryrefslogtreecommitdiff
path: root/examples/e164.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-01 13:02:48 -0700
committerBob Halley <halley@dnspython.org>2020-05-01 13:02:48 -0700
commit84b83f9f2c08ad66597420753dc9671d21d6a37c (patch)
tree7a89317fe7052e5b9e6c23a94af8dc0cc5310534 /examples/e164.py
parent66a25809f5c10b4d737d85245c762718447e3c87 (diff)
downloaddnspython-84b83f9f2c08ad66597420753dc9671d21d6a37c.tar.gz
make all shebangs python3
Diffstat (limited to 'examples/e164.py')
-rwxr-xr-xexamples/e164.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/e164.py b/examples/e164.py
index 497fd68..6d9e872 100755
--- a/examples/e164.py
+++ b/examples/e164.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import dns.e164
n = dns.e164.from_e164("+1 555 1212")