diff options
author | 2014-04-11 12:24:27 +0200 | |
---|---|---|
committer | 2014-04-21 17:21:52 +0200 | |
commit | 23d0f33faa538dcdcb211561aa758e7eef9f8b45 (patch) | |
tree | 9de5ced3af7b7574b5ac92ba032d156915c174cb /module | |
parent | Remove shebang #!/usr/bin/env python (diff) | |
download | pyload-23d0f33faa538dcdcb211561aa758e7eef9f8b45.tar.xz |
Fix header # -*- coding: utf-8 -*-
Merges vuolter/pyload@aa7b3f9
(cherry picked from commit 5fed2b0180b95eed9ee82f82dff1a5bf8c66c2f5)
Conflicts:
module/plugins/AccountManager.py
module/plugins/ReCaptcha.py
module/plugins/captcha/GigasizeCom.py
module/plugins/captcha/LinksaveIn.py
module/plugins/container/LinkList.py
module/plugins/hooks/MultiDebridCom.py
module/plugins/hooks/UnrestrictLi.py
module/plugins/internal/MultiHoster.py
pyload/plugins/accounts/Premium4Me.py
pyload/plugins/accounts/PremiumizeMe.py
pyload/plugins/internal/NetloadInOCR.py
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/accounts/OverLoadMe.py | 2 | ||||
-rw-r--r-- | module/plugins/crypter/DlProtectCom.py | 1 | ||||
-rw-r--r-- | module/plugins/crypter/NosvideoCom.py | 2 | ||||
-rw-r--r-- | module/plugins/crypter/TusfilesNetFolder.py | 1 | ||||
-rw-r--r-- | module/plugins/hoster/FileomCom.py | 1 |
5 files changed, 4 insertions, 3 deletions
diff --git a/module/plugins/accounts/OverLoadMe.py b/module/plugins/accounts/OverLoadMe.py index 23ec10f7d..eab20480f 100644 --- a/module/plugins/accounts/OverLoadMe.py +++ b/module/plugins/accounts/OverLoadMe.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + from module.plugins.Account import Account from module.common.json_layer import json_loads diff --git a/module/plugins/crypter/DlProtectCom.py b/module/plugins/crypter/DlProtectCom.py index bb5f68039..870f07c1a 100644 --- a/module/plugins/crypter/DlProtectCom.py +++ b/module/plugins/crypter/DlProtectCom.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- - ############################################################################### # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/module/plugins/crypter/NosvideoCom.py b/module/plugins/crypter/NosvideoCom.py index f85f33844..258950422 100644 --- a/module/plugins/crypter/NosvideoCom.py +++ b/module/plugins/crypter/NosvideoCom.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + from module.plugins.internal.SimpleCrypter import SimpleCrypter diff --git a/module/plugins/crypter/TusfilesNetFolder.py b/module/plugins/crypter/TusfilesNetFolder.py index f364aabe7..0bc770f99 100644 --- a/module/plugins/crypter/TusfilesNetFolder.py +++ b/module/plugins/crypter/TusfilesNetFolder.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- - ############################################################################### # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/module/plugins/hoster/FileomCom.py b/module/plugins/hoster/FileomCom.py index 3cf9bb4c1..9fda2353c 100644 --- a/module/plugins/hoster/FileomCom.py +++ b/module/plugins/hoster/FileomCom.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- - ############################################################################### # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as |