diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-11 20:41:52 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-11 20:41:52 +0100 |
commit | 4b5b773c26909a956c96e4c2de070c38765c4838 (patch) | |
tree | 71289a7c152f9997aa19bfeb6445f6a763aff21b /pyload/remote/thriftbackend | |
parent | [setup] Code cosmetics (diff) | |
download | pyload-4b5b773c26909a956c96e4c2de070c38765c4838.tar.xz |
Set utf-8 coding in all __init__.py
Diffstat (limited to 'pyload/remote/thriftbackend')
-rw-r--r-- | pyload/remote/thriftbackend/__init__.py | 1 | ||||
-rw-r--r-- | pyload/remote/thriftbackend/thriftgen/__init__.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pyload/remote/thriftbackend/__init__.py b/pyload/remote/thriftbackend/__init__.py index e69de29bb..40a96afc6 100644 --- a/pyload/remote/thriftbackend/__init__.py +++ b/pyload/remote/thriftbackend/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/pyload/remote/thriftbackend/thriftgen/__init__.py b/pyload/remote/thriftbackend/thriftgen/__init__.py index e69de29bb..40a96afc6 100644 --- a/pyload/remote/thriftbackend/thriftgen/__init__.py +++ b/pyload/remote/thriftbackend/thriftgen/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- |