diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-08-29 16:41:06 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-08-30 19:05:02 +0200 |
commit | 380e00cf40cd50a05578d068cc3fd566590d1ed4 (patch) | |
tree | 1bb2793a155777701bbeea5dea6d661037b779aa /module/remote/__init__.py | |
parent | Fix Locales (diff) | |
download | pyload-380e00cf40cd50a05578d068cc3fd566590d1ed4.tar.xz |
__init__ shebangs
Diffstat (limited to 'module/remote/__init__.py')
-rw-r--r-- | module/remote/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/remote/__init__.py b/module/remote/__init__.py index 9298f5337..60dfa77c7 100644 --- a/module/remote/__init__.py +++ b/module/remote/__init__.py @@ -1,2 +1,3 @@ # -*- coding: utf-8 -*- + activated = True |