Skip to content

Commit

Permalink
[Extractor] Fix absolute/relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
cas-- committed Sep 22, 2014
1 parent d952226 commit 8ba0e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deluge/plugins/Extractor/deluge/plugins/extractor/gtkui.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Expand Down
2 changes: 1 addition & 1 deletion deluge/plugins/Extractor/deluge/plugins/extractor/webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down

0 comments on commit 8ba0e7c

Please sign in to comment.