diff options
Diffstat (limited to 'module/plugins')
-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 |