aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-02-28 10:18:30 +0000
committerSimon McVittie <smcv@debian.org>2018-02-28 10:40:41 +0000
commit54f6ca83c57d53e537bc82738eafff0cbe074097 (patch)
treec601b5deb1bdca45d45c56911438cf8796370631 /plugins
parent8cc7a0902a52c5cfba0bcfcef3052d29dcc0b975 (diff)
downloadikiwiki-54f6ca83c57d53e537bc82738eafff0cbe074097.tar
ikiwiki-54f6ca83c57d53e537bc82738eafff0cbe074097.tar.gz
rst: Use Python 3 instead of Python 2
Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/proxy.py2
-rwxr-xr-xplugins/pythondemo2
-rwxr-xr-xplugins/rst2
3 files changed, 3 insertions, 3 deletions
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
diff --git a/plugins/pythondemo b/plugins/pythondemo
index 5e031805b..213e9bb27 100755
--- a/plugins/pythondemo
+++ b/plugins/pythondemo
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# pythondemo — demo Python ikiwiki plugin
diff --git a/plugins/rst b/plugins/rst
index ba0f543f9..08eb54f85 100755
--- a/plugins/rst
+++ b/plugins/rst
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# rst — xml-rpc-based ikiwiki plugin to process RST files