From 3ff31b5c10b69f687aeb0d4fdd0a79d144cac79b Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 4 Jan 2013 11:57:50 +0100 Subject: removed unneeded stuff --- module/plugins/UserAddon.py | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 module/plugins/UserAddon.py (limited to 'module/plugins/UserAddon.py') 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 -- cgit v1.2.3