mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Update Test plugin to work properly.
This commit is contained in:
parent
a7b12cc159
commit
3103a69754
1 changed files with 3 additions and 4 deletions
|
@ -32,13 +32,12 @@
|
||||||
# statement from all source files in the program, then also delete it here.
|
# statement from all source files in the program, then also delete it here.
|
||||||
|
|
||||||
from deluge.log import LOG as log
|
from deluge.log import LOG as log
|
||||||
|
from deluge.plugins.corepluginbase import CorePluginBase
|
||||||
|
|
||||||
class Core:
|
class Core(CorePluginBase):
|
||||||
def __init__(self, plugin_api):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def enable(self):
|
def enable(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def disable(self):
|
def disable(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue