diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2014-08-16 22:37:29 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-09-01 02:42:45 +0200 |
commit | 815e647c97c0b9a25d177bb698b4f737340987b5 (patch) | |
tree | c1835586b48482980a8ba0884e1af620e4c26160 /examples/custom_stanzas/custom_stanza_user.py | |
parent | ad70ffba59fce531e2da3af2d0a4d08a5f8d75d8 (diff) | |
download | slixmpp-815e647c97c0b9a25d177bb698b4f737340987b5.tar.gz slixmpp-815e647c97c0b9a25d177bb698b4f737340987b5.tar.bz2 slixmpp-815e647c97c0b9a25d177bb698b4f737340987b5.tar.xz slixmpp-815e647c97c0b9a25d177bb698b4f737340987b5.zip |
Set the shebang to python3 everywhere.
Diffstat (limited to 'examples/custom_stanzas/custom_stanza_user.py')
-rwxr-xr-x | examples/custom_stanzas/custom_stanza_user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_stanzas/custom_stanza_user.py b/examples/custom_stanzas/custom_stanza_user.py index ceadb036..a7388cff 100755 --- a/examples/custom_stanzas/custom_stanza_user.py +++ b/examples/custom_stanzas/custom_stanza_user.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ |