From 0d52ffe408c3f5c0bb8411f8d504dfe97b9124c2 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 7 Nov 2016 10:49:02 +0100 Subject: antler: Specify source code encoding https://bugzilla.gnome.org/show_bug.cgi?id=773995#c5 --- caribou/antler/antler_settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'caribou') diff --git a/caribou/antler/antler_settings.py b/caribou/antler/antler_settings.py index b08c272..2fa8515 100644 --- a/caribou/antler/antler_settings.py +++ b/caribou/antler/antler_settings.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from caribou.settings.setting_types import * from caribou import _ -- cgit v1.2.1