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 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 |