From 54f6ca83c57d53e537bc82738eafff0cbe074097 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 28 Feb 2018 10:18:30 +0000 Subject: rst: Use Python 3 instead of Python 2 Signed-off-by: Simon McVittie --- plugins/proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/proxy.py') diff --git a/plugins/proxy.py b/plugins/proxy.py index b61eb466c..2a6222aa0 100755 --- a/plugins/proxy.py +++ b/plugins/proxy.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # proxy.py — helper for Python-based external (xml-rpc) ikiwiki plugins -- cgit v1.2.3