mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
[Label] Fix common import from parent dir
This commit is contained in:
parent
bbce304f5a
commit
f30f421f50
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ from gtk import Builder
|
|||
|
||||
from deluge.ui.client import client
|
||||
|
||||
from .common import get_resource
|
||||
from ..common import get_resource
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ import gtk
|
|||
import deluge.component as component
|
||||
from deluge.ui.client import client
|
||||
|
||||
from .common import get_resource
|
||||
from ..common import get_resource
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue