diff options
author | 2013-01-04 11:57:50 +0100 | |
---|---|---|
committer | 2013-01-04 11:57:50 +0100 | |
commit | 3ff31b5c10b69f687aeb0d4fdd0a79d144cac79b (patch) | |
tree | 362e004891e9189e520e8424f32e78a92ffbe5e4 /module/plugins/UserAddon.py | |
parent | import fix for py 2.5 (diff) | |
download | pyload-3ff31b5c10b69f687aeb0d4fdd0a79d144cac79b.tar.xz |
removed unneeded stuff
Diffstat (limited to 'module/plugins/UserAddon.py')
-rw-r--r-- | module/plugins/UserAddon.py | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/module/plugins/UserAddon.py b/module/plugins/UserAddon.py deleted file mode 100644 index 25f6bd841..000000000 --- a/module/plugins/UserAddon.py +++ /dev/null @@ -1,23 +0,0 @@ -# -*- coding: utf-8 -*- - -############################################################################### -# Copyright(c) 2008-2013 pyLoad Team -# http://www.pyload.org -# -# This file is part of pyLoad. -# pyLoad is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# Subjected to the terms and conditions in LICENSE -# -# @author: RaNaN -############################################################################### - -from Addon import Addon - -class UserAddon(Addon): - """ - Special type of an addon that only works a specific user. Has a configuration for every user who added it . - """
\ No newline at end of file |