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

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/helpers/ubuntu_keyboard/utils.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:
38
38
 
39
39
 
40
40
def get_ubuntu_keyboard_proxy():
41
 
    from ubuntu_system_tests.helpers.ubuntu_keyboard import _cpo  # NOQA
 
41
    from ubuntu_system_tests.helpers.ubuntu_keyboard import cpo  # NOQA
42
42
    return autopilot.get_proxy_object(processes.get_process_id(maliit.name))
43
43
 
44
44