~stgraber/software-center/fix-weblive-isinstance

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/views/purchaseview.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:
29
29
 
30
30
from gettext import gettext as _
31
31
 
32
 
from softwarecenter.backend import get_install_backend
 
32
from softwarecenter.backend.installbackend import get_install_backend
33
33
from softwarecenter.ui.gtk3.dialogs import show_accept_tos_dialog
34
34
from softwarecenter.config import get_config
35
35
from softwarecenter.ui.gtk3.utils import get_parent