diff options
Diffstat (limited to 'module/plugins/decrypter/YoutubeChannel.py')
-rw-r--r-- | module/plugins/decrypter/YoutubeChannel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/decrypter/YoutubeChannel.py b/module/plugins/decrypter/YoutubeChannel.py index 73cf76094..497bf5853 100644 --- a/module/plugins/decrypter/YoutubeChannel.py +++ b/module/plugins/decrypter/YoutubeChannel.py @@ -3,7 +3,7 @@ import re -from module.Plugin import Plugin +from module.plugins.Plugin import Plugin class YoutubeChannel(Plugin): |