summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar synweap15 <shamdog+github@gmail.com> 2014-07-08 21:36:14 +0200
committerGravatar synweap15 <shamdog+github@gmail.com> 2014-07-08 21:36:14 +0200
commitea1cbeda0006bbf427223686892c9e6f87cfbe94 (patch)
tree1b6007f2145d0bc67bdedfcc31232a73086a5594
parentto-do & small simplification in username and password saving (diff)
downloadpyload-ea1cbeda0006bbf427223686892c9e6f87cfbe94.tar.xz
remove redundant author information
-rw-r--r--module/plugins/accounts/RapideoPl.py4
-rw-r--r--module/plugins/hooks/RapideoPl.py3
-rw-r--r--module/plugins/hoster/RapideoPl.py4
3 files changed, 0 insertions, 11 deletions
diff --git a/module/plugins/accounts/RapideoPl.py b/module/plugins/accounts/RapideoPl.py
index 8abfa4989..679f7eab0 100644
--- a/module/plugins/accounts/RapideoPl.py
+++ b/module/plugins/accounts/RapideoPl.py
@@ -1,10 +1,6 @@
# !/usr/bin/env python
# -*- coding: utf-8 -*-
-"""
-@author: Pawel W. <dev@rapideo.pl>
-"""
-
from datetime import datetime
from module.plugins.Account import Account
diff --git a/module/plugins/hooks/RapideoPl.py b/module/plugins/hooks/RapideoPl.py
index 5d7673826..e032b426d 100644
--- a/module/plugins/hooks/RapideoPl.py
+++ b/module/plugins/hooks/RapideoPl.py
@@ -1,9 +1,6 @@
# !/usr/bin/env python
# -*- coding: utf-8 -*-
-"""
-@author: Pawel W. <dev@rapideo.pl>
-"""
from module.plugins.internal.MultiHoster import MultiHoster
from module.network.RequestFactory import getURL
diff --git a/module/plugins/hoster/RapideoPl.py b/module/plugins/hoster/RapideoPl.py
index 4d497faa9..4f23bc4a9 100644
--- a/module/plugins/hoster/RapideoPl.py
+++ b/module/plugins/hoster/RapideoPl.py
@@ -1,10 +1,6 @@
# !/usr/bin/env python
# -*- coding: utf-8 -*-
-"""
-@author: Pawel W. <dev@rapideo.pl>
-"""
-
try:
from json import loads, dumps
except ImportError: