From d8981ba114a3ee1e56b0e16bd39761354de866c5 Mon Sep 17 00:00:00 2001 From: Schrolli Date: Mon, 13 Jul 2015 10:23:09 +0200 Subject: [PATCH] insert header and encoding in __init__.py (Issue #60) --- includes/__init__.py | 2 ++ includes/decoders/__init__.py | 2 ++ includes/helper/__init__.py | 2 ++ 3 files changed, 6 insertions(+) diff --git a/includes/__init__.py b/includes/__init__.py index e69de29..dcd3642 100644 --- a/includes/__init__.py +++ b/includes/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/python +# -*- coding: UTF-8 -*- diff --git a/includes/decoders/__init__.py b/includes/decoders/__init__.py index e69de29..dcd3642 100644 --- a/includes/decoders/__init__.py +++ b/includes/decoders/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/python +# -*- coding: UTF-8 -*- diff --git a/includes/helper/__init__.py b/includes/helper/__init__.py index e69de29..dcd3642 100644 --- a/includes/helper/__init__.py +++ b/includes/helper/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/python +# -*- coding: UTF-8 -*-