diff options
author | synweap15 <shamdog+github@gmail.com> | 2014-07-08 21:36:14 +0200 |
---|---|---|
committer | synweap15 <shamdog+github@gmail.com> | 2014-07-08 21:36:14 +0200 |
commit | ea1cbeda0006bbf427223686892c9e6f87cfbe94 (patch) | |
tree | 1b6007f2145d0bc67bdedfcc31232a73086a5594 /module/plugins/accounts | |
parent | to-do & small simplification in username and password saving (diff) | |
download | pyload-ea1cbeda0006bbf427223686892c9e6f87cfbe94.tar.xz |
remove redundant author information
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r-- | module/plugins/accounts/RapideoPl.py | 4 |
1 files changed, 0 insertions, 4 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 |