~canonical-platform-qa/ubuntu-system-tests/qemu-build-snap

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/helpers/scopes/music/cpo.py

  • Committer: Omer Akram
  • Date: 2016-12-05 16:36:34 UTC
  • mfrom: (487.4.1 old-trunk)
  • Revision ID: om26er@ubuntu.com-20161205163634-ixv4q21jfwx8ggi5
Substantially fix trunk history

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
from ubuntu_system_tests.helpers.autopilot.list import KEY_ORDER_BY_Y
27
27
from ubuntu_system_tests.helpers.scopes.base import (
28
28
    GenericScopeView as GenericScopeViewBase)
29
 
from ubuntu_system_tests.helpers.ubuntuuitools._cpo._header import DashPageHeader as Dph  # NOQA
30
 
from ubuntu_system_tests.helpers.ubuntuuitools._cpo._qquickgridview import QQuickGridView  # NOQA
 
29
from ubuntu_system_tests.helpers.ubuntuuitools.cpo.header import DashPageHeader as Dph  # NOQA
 
30
from ubuntu_system_tests.helpers.ubuntuuitools.cpo.qquickgridview import QQuickGridView  # NOQA
31
31
from ubuntu_system_tests.helpers.unity8 import get_dash, UNITY8_DASH_PATH_ROOT
32
32
 
33
33