From b3d728192f4e36b5893dcb089893325ea4cd764b Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Tue, 22 Dec 2015 18:16:21 -0500 Subject: .py files coding set to utf-8. --- combox/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'combox/config.py') diff --git a/combox/config.py b/combox/config.py index 3a3e9c6..8bc7c51 100644 --- a/combox/config.py +++ b/combox/config.py @@ -1,4 +1,5 @@ - +# -*- coding: utf-8 -*- +# # Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. -- cgit v1.2.3