~ubuntuone-control-tower/software-center/trunk

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/panes/viewswitcher.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:
22
22
 
23
23
from gettext import gettext as _
24
24
 
25
 
from softwarecenter.backend import get_install_backend
 
25
from softwarecenter.backend.installbackend import get_install_backend
26
26
from softwarecenter.enums import ViewPages
27
27
from softwarecenter.backend.channel import (get_channels_manager,
28
28
                                            AllInstalledChannel,