~mvo/software-center/whats-new-lp1044033

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/widgets/buttons.py

* lp:~mvo/software-center/py3-compat-for-license-keyhelper:
  - move the get_install_backend() import out of
    softwarecenter/backend/__init__.py and update the
    rest of the tree to follow that

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from gi.repository import Gtk, Gdk, Pango, GObject, GdkPixbuf
22
22
from gettext import gettext as _
23
23
 
24
 
from softwarecenter.backend import get_install_backend
 
24
from softwarecenter.backend.installbackend import get_install_backend
25
25
from softwarecenter.enums import Icons
26
26
from softwarecenter.ui.gtk3.em import StockEms, em
27
27
from softwarecenter.ui.gtk3.drawing import darken