mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Fix absolute imports for qbittorrent and utorrent in Python 2.7
This commit is contained in:
parent
2f5fad7737
commit
a669c983b7
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
from qbittorrent import Client as qBittorrentClient
|
||||
|
||||
import core
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
from utorrent.client import UTorrentClient
|
||||
|
||||
import core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue