diff options
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 c63ce3973..911f4d7d9 100755 --- a/plugins/pythondemo +++ b/plugins/pythondemo @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # # pythondemo — demo Python ikiwiki plugin |