summaryrefslogtreecommitdiffstats
path: root/module/remote/thriftbackend/thriftgen/pyload
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-08-29 16:41:06 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-08-30 19:05:02 +0200
commit380e00cf40cd50a05578d068cc3fd566590d1ed4 (patch)
tree1bb2793a155777701bbeea5dea6d661037b779aa /module/remote/thriftbackend/thriftgen/pyload
parentFix Locales (diff)
downloadpyload-380e00cf40cd50a05578d068cc3fd566590d1ed4.tar.xz
__init__ shebangs
Diffstat (limited to 'module/remote/thriftbackend/thriftgen/pyload')
-rw-r--r--module/remote/thriftbackend/thriftgen/pyload/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/remote/thriftbackend/thriftgen/pyload/__init__.py b/module/remote/thriftbackend/thriftgen/pyload/__init__.py
index ce7f52598..9a0fb88bf 100644
--- a/module/remote/thriftbackend/thriftgen/pyload/__init__.py
+++ b/module/remote/thriftbackend/thriftgen/pyload/__init__.py
@@ -1 +1,3 @@
+# -*- coding: utf-8 -*-
+
__all__ = ['ttypes', 'constants', 'Pyload']