diff options
| author | 2014-08-29 16:41:06 +0200 | |
|---|---|---|
| committer | 2014-08-30 19:05:02 +0200 | |
| commit | 380e00cf40cd50a05578d068cc3fd566590d1ed4 (patch) | |
| tree | 1bb2793a155777701bbeea5dea6d661037b779aa /module/remote/thriftbackend | |
| parent | Fix Locales (diff) | |
| download | pyload-380e00cf40cd50a05578d068cc3fd566590d1ed4.tar.xz | |
__init__ shebangs
Diffstat (limited to 'module/remote/thriftbackend')
| -rw-r--r-- | module/remote/thriftbackend/thriftgen/pyload/__init__.py | 2 |
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'] |
