summaryrefslogtreecommitdiffstats
path: root/module/plugins/UserAddon.py
diff options
context:
space:
mode:
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