Move cellrenderers module to widgets

This commit is contained in:
Mathieu Comandon 2017-08-26 12:57:39 -07:00
parent af567f5fe5
commit d517696a34
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ from lutris import runners
from lutris import settings
from lutris.game import Game
from lutris.gui.cellrenderers import GridViewCellRendererText
from lutris.gui.widgets.cellrenderers import GridViewCellRendererText
from lutris.gui.widgets.utils import get_pixbuf_for_game, BANNER_SIZE, BANNER_SMALL_SIZE
from lutris.services import xdg