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

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/helpers/dialer_app/app.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:
32
32
        super().__init__(APP_NAME, APP_CLICK, APP_QML_FILE, APP_WIN_ID)
33
33
 
34
34
    def get_main_view(self):
35
 
        from ubuntu_system_tests.helpers.dialer_app import _cpo  # NOQA
 
35
        from ubuntu_system_tests.helpers.dialer_app import cpo  # NOQA
36
36
        return self.get_proxy_object().main_view
37
37
 
38
38
    def is_installed(self, _id=APP_WIN_ID):