mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
[Extractor] Fix absolute/relative import
This commit is contained in:
parent
d9522261b1
commit
8ba0e7ce0e
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ import gtk
|
|||
import gtk.glade
|
||||
|
||||
import deluge.component as component
|
||||
from deluge.plugins.extractor.common import get_resource
|
||||
from .common import get_resource
|
||||
from deluge.plugins.pluginbase import GtkPluginBase
|
||||
from deluge.ui.client import client
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
import logging
|
||||
|
||||
from deluge.plugins.extractor.common import get_resource
|
||||
from .common import get_resource
|
||||
from deluge.plugins.pluginbase import WebPluginBase
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Reference in a new issue