Move countries.py to ui/ since it's only used by the UIs
This commit is contained in:
parent
19e21606cd
commit
78d0439d6f
@ -39,7 +39,7 @@ import deluge.ui.gtkui.common as common
|
|||||||
from deluge.ui.gtkui.listview import cell_data_speed as cell_data_speed
|
from deluge.ui.gtkui.listview import cell_data_speed as cell_data_speed
|
||||||
from deluge.ui.gtkui.torrentdetails import Tab
|
from deluge.ui.gtkui.torrentdetails import Tab
|
||||||
from deluge.log import LOG as log
|
from deluge.log import LOG as log
|
||||||
from deluge.countries import COUNTRIES
|
from deluge.ui.countries import COUNTRIES
|
||||||
|
|
||||||
def cell_data_progress(column, cell, model, row, data):
|
def cell_data_progress(column, cell, model, row, data):
|
||||||
value = model.get_value(row, data)
|
value = model.get_value(row, data)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user