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 /module/plugins/accounts | |
parent | to-do elaborate (diff) | |
download | pyload-ccf15e75c12ad1e8347fdff834f8c62e5e2ab617.tar.xz |
remove redundant author information
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r-- | module/plugins/accounts/NoPremiumPl.py | 4 |
1 files changed, 0 insertions, 4 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 |