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/cbox.py | 2 ++ combox/config.py | 3 ++- combox/crypto.py | 2 ++ combox/events.py | 2 ++ combox/file.py | 2 ++ combox/gui.py | 3 ++- combox/log.py | 2 ++ combox/silo.py | 2 ++ 8 files changed, 16 insertions(+), 2 deletions(-) (limited to 'combox') diff --git a/combox/cbox.py b/combox/cbox.py index d8775db..0ffdadb 100644 --- a/combox/cbox.py +++ b/combox/cbox.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# #!/usr/bin/env python # # Copyright (C) 2015 Combox author(s). See AUTHORS. 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. diff --git a/combox/crypto.py b/combox/crypto.py index f0cafe1..282ea14 100644 --- a/combox/crypto.py +++ b/combox/crypto.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. diff --git a/combox/events.py b/combox/events.py index fa238ee..25867bc 100644 --- a/combox/events.py +++ b/combox/events.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. diff --git a/combox/file.py b/combox/file.py index 2f65e05..b3792a4 100644 --- a/combox/file.py +++ b/combox/file.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. diff --git a/combox/gui.py b/combox/gui.py index 2195ecb..6c2a92a 100644 --- a/combox/gui.py +++ b/combox/gui.py @@ -1,4 +1,5 @@ - +# -*- coding: utf-8 -*- +# # Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. diff --git a/combox/log.py b/combox/log.py index 0918d9e..303a9ca 100644 --- a/combox/log.py +++ b/combox/log.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. diff --git a/combox/silo.py b/combox/silo.py index b9ffc13..3c6f835 100644 --- a/combox/silo.py +++ b/combox/silo.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. -- cgit v1.2.3