diff --git a/core/plugins/downloaders/torrent/qbittorrent.py b/core/plugins/downloaders/torrent/qbittorrent.py index 37671fea..ff92512c 100644 --- a/core/plugins/downloaders/torrent/qbittorrent.py +++ b/core/plugins/downloaders/torrent/qbittorrent.py @@ -1,3 +1,5 @@ +from __future__ import absolute_import + from qbittorrent import Client as qBittorrentClient import core diff --git a/core/plugins/downloaders/torrent/utorrent.py b/core/plugins/downloaders/torrent/utorrent.py index 95422bfe..634e8ca5 100644 --- a/core/plugins/downloaders/torrent/utorrent.py +++ b/core/plugins/downloaders/torrent/utorrent.py @@ -1,3 +1,5 @@ +from __future__ import absolute_import + from utorrent.client import UTorrentClient import core