From b2c5dd6f8442c6cb06bdb9d4a26b73e9d31b894f Mon Sep 17 00:00:00 2001 From: Sebastian Nell <codemanx@gmx.de> Date: Fri, 11 Jan 2013 01:00:36 +0000 Subject: [PATCH] UTF-8 encoding shebang was missing a dash: "utf8" http://www.python.org/dev/peps/pep-0263/ [[Split portion of a mixed commit.]] --- modules/extensions_framework/__init__.py | 2 +- modules/extensions_framework/ui.py | 2 +- modules/extensions_framework/util.py | 2 +- modules/extensions_framework/validate.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/extensions_framework/__init__.py b/modules/extensions_framework/__init__.py index af909b45a..5a53a6326 100644 --- a/modules/extensions_framework/__init__.py +++ b/modules/extensions_framework/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- # # ***** BEGIN GPL LICENSE BLOCK ***** # diff --git a/modules/extensions_framework/ui.py b/modules/extensions_framework/ui.py index 5b6bee822..2533a6697 100644 --- a/modules/extensions_framework/ui.py +++ b/modules/extensions_framework/ui.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- # # ***** BEGIN GPL LICENSE BLOCK ***** # diff --git a/modules/extensions_framework/util.py b/modules/extensions_framework/util.py index dd71e55af..2ad450b7e 100644 --- a/modules/extensions_framework/util.py +++ b/modules/extensions_framework/util.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- # # ***** BEGIN GPL LICENSE BLOCK ***** # diff --git a/modules/extensions_framework/validate.py b/modules/extensions_framework/validate.py index 5b20552ba..85851b8ff 100644 --- a/modules/extensions_framework/validate.py +++ b/modules/extensions_framework/validate.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- # # ***** BEGIN GPL LICENSE BLOCK ***** # -- GitLab