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

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/helpers/messaging/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:
28
28
from ubuntu_system_tests.helpers.init_systems import get_init_system
29
29
from ubuntu_system_tests.helpers.ubuntu_keyboard import get_keyboard
30
30
from ubuntu_system_tests.helpers.ubuntu_keyboard.job import MaliitServerJob
31
 
from ubuntu_system_tests.helpers.ubuntuuitools._cpo._mainview import MainView as BaseMainView  # NOQA
32
 
from ubuntu_system_tests.helpers.ubuntuuitools._cpo._common import (
 
31
from ubuntu_system_tests.helpers.ubuntuuitools.cpo.mainview import MainView as BaseMainView  # NOQA
 
32
from ubuntu_system_tests.helpers.ubuntuuitools.cpo.common import (
33
33
    CustomProxyObjectBase,
34
34
    get_pointing_device,
35
35
    )
36
36
 
37
 
from ubuntu_system_tests.helpers.ubuntuuitools._cpo._textfield import TextField  # NOQA
 
37
from ubuntu_system_tests.helpers.ubuntuuitools.cpo.textfield import TextField  # NOQA
38
38
 
39
39
from autopilot.exceptions import StateNotFoundError
40
40
from urllib.parse import urlparse