diff options
author | Simon McVittie <smcv@debian.org> | 2018-02-28 10:18:30 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2018-02-28 10:40:41 +0000 |
commit | 54f6ca83c57d53e537bc82738eafff0cbe074097 (patch) | |
tree | c601b5deb1bdca45d45c56911438cf8796370631 /plugins/pythondemo | |
parent | 8cc7a0902a52c5cfba0bcfcef3052d29dcc0b975 (diff) | |
download | ikiwiki-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/pythondemo')
-rwxr-xr-x | plugins/pythondemo | 2 |
1 files changed, 1 insertions, 1 deletions
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 |