From 815e647c97c0b9a25d177bb698b4f737340987b5 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 16 Aug 2014 22:37:29 +0200 Subject: Set the shebang to python3 everywhere. --- examples/thirdparty_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/thirdparty_auth.py') diff --git a/examples/thirdparty_auth.py b/examples/thirdparty_auth.py index 94d4a02a..6772e298 100755 --- a/examples/thirdparty_auth.py +++ b/examples/thirdparty_auth.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ -- cgit v1.2.3