summaryrefslogtreecommitdiffstats
path: root/module/plugins/UserAddon.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-01-04 11:57:50 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-01-04 11:57:50 +0100
commit3ff31b5c10b69f687aeb0d4fdd0a79d144cac79b (patch)
tree362e004891e9189e520e8424f32e78a92ffbe5e4 /module/plugins/UserAddon.py
parentimport fix for py 2.5 (diff)
downloadpyload-3ff31b5c10b69f687aeb0d4fdd0a79d144cac79b.tar.xz
removed unneeded stuff
Diffstat (limited to 'module/plugins/UserAddon.py')
-rw-r--r--module/plugins/UserAddon.py23
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