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

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/helpers/ubuntuuitools/cpo/header.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:
20
20
from autopilot.exceptions import StateNotFoundError
21
21
from autopilot.introspection import dbus
22
22
from ubuntu_system_tests.helpers.autopilot.list import KEY_ORDER_BY_Y
23
 
from ubuntu_system_tests.helpers.ubuntuuitools._cpo._common import (
 
23
from ubuntu_system_tests.helpers.ubuntuuitools.cpo.common import (
24
24
    UiToolsException,
25
25
    CustomProxyObjectBase
26
26
    )
27
27
 
28
 
from ubuntu_system_tests.helpers.ubuntuuitools._cpo._tabbar import TabBar
 
28
from ubuntu_system_tests.helpers.ubuntuuitools.cpo.tabbar import TabBar
29
29
 
30
30
_NO_TABS_ERROR = 'The MainView has no Tabs.'
31
31