mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 11:45:44 +00:00
Update Test plugin to work properly.
This commit is contained in:
parent
a7b12cc159
commit
3103a69754
@ -32,13 +32,12 @@
|
||||
# statement from all source files in the program, then also delete it here.
|
||||
|
||||
from deluge.log import LOG as log
|
||||
from deluge.plugins.corepluginbase import CorePluginBase
|
||||
|
||||
class Core:
|
||||
def __init__(self, plugin_api):
|
||||
pass
|
||||
|
||||
class Core(CorePluginBase):
|
||||
def enable(self):
|
||||
pass
|
||||
|
||||
def disable(self):
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user