diff options
author | synweap15 <shamdog+github@gmail.com> | 2014-07-08 21:33:01 +0200 |
---|---|---|
committer | synweap15 <shamdog+github@gmail.com> | 2014-07-08 21:33:01 +0200 |
commit | ccf15e75c12ad1e8347fdff834f8c62e5e2ab617 (patch) | |
tree | 06e5078697f90d3cc0c831174cf681da678730f5 | |
parent | to-do elaborate (diff) | |
download | pyload-ccf15e75c12ad1e8347fdff834f8c62e5e2ab617.tar.xz |
remove redundant author information
-rw-r--r-- | module/plugins/accounts/NoPremiumPl.py | 4 | ||||
-rw-r--r-- | module/plugins/hooks/NoPremiumPl.py | 4 | ||||
-rw-r--r-- | module/plugins/hoster/NoPremiumPl.py | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/module/plugins/accounts/NoPremiumPl.py b/module/plugins/accounts/NoPremiumPl.py index 7ba89b881..8cfdbe1a7 100644 --- a/module/plugins/accounts/NoPremiumPl.py +++ b/module/plugins/accounts/NoPremiumPl.py @@ -1,10 +1,6 @@ # !/usr/bin/env python # -*- coding: utf-8 -*- -""" -@author: Pawel W. <dev@nopremium.pl> -""" - from datetime import datetime from module.plugins.Account import Account diff --git a/module/plugins/hooks/NoPremiumPl.py b/module/plugins/hooks/NoPremiumPl.py index 154d748f1..527119c5f 100644 --- a/module/plugins/hooks/NoPremiumPl.py +++ b/module/plugins/hooks/NoPremiumPl.py @@ -1,10 +1,6 @@ # !/usr/bin/env python # -*- coding: utf-8 -*- -""" -@author: Pawel W. <dev@nopremium.pl> -""" - from module.plugins.internal.MultiHoster import MultiHoster from module.network.RequestFactory import getURL diff --git a/module/plugins/hoster/NoPremiumPl.py b/module/plugins/hoster/NoPremiumPl.py index 7f61261b9..b324dff84 100644 --- a/module/plugins/hoster/NoPremiumPl.py +++ b/module/plugins/hoster/NoPremiumPl.py @@ -1,10 +1,6 @@ # !/usr/bin/env python # -*- coding: utf-8 -*- -""" -@author: Pawel W. <dev@nopremium.pl> -""" - try: from json import loads, dumps except ImportError: |