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

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/helpers/system_settings/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 autopilot import introspection
27
27
from autopilot.introspection import is_element
28
28
 
29
 
from ubuntu_system_tests.helpers.ubuntuuitools._cpo._flickable import QQuickFlickable  # NOQA
30
 
from ubuntu_system_tests.helpers.ubuntuuitools._cpo._mainview import MainView
31
 
from ubuntu_system_tests.helpers.ubuntuuitools._cpo._checkbox import CheckBox
32
 
from ubuntu_system_tests.helpers.ubuntuuitools._cpo._common import CustomProxyObjectBase  # NOQA
 
29
from ubuntu_system_tests.helpers.ubuntuuitools.cpo.flickable import QQuickFlickable  # NOQA
 
30
from ubuntu_system_tests.helpers.ubuntuuitools.cpo.mainview import MainView
 
31
from ubuntu_system_tests.helpers.ubuntuuitools.cpo.checkbox import CheckBox
 
32
from ubuntu_system_tests.helpers.ubuntuuitools.cpo.common import CustomProxyObjectBase  # NOQA
33
33
 
34
34
from ubuntu_system_tests.helpers.autopilot import validate_dbus_object
35
35
from ubuntu_system_tests.helpers.autopilot.list import KEY_ORDER_BY_Y