From 4b366f2d16199445ace46ecadcfaea1bd39d5925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Thu, 13 Jun 2013 15:09:40 +0200 Subject: [PATCH] Add missing unicode for parser template --- installsystems/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installsystems/template.py b/installsystems/template.py index 77bf6fd..3d5059a 100644 --- a/installsystems/template.py +++ b/installsystems/template.py @@ -43,7 +43,7 @@ build = u"""# -*- python -*- """ -parser = """# -*- python -*- +parser = u"""# -*- python -*- # -*- coding: utf-8 -*- # global image object is a reference to current image -- GitLab