~canonical-platform-qa/ubuntu-system-tests/change-protected-modules-to-public

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/helpers/calculator/app.py

  • Committer: Heber Parrucci
  • Date: 2016-12-01 17:15:51 UTC
  • mfrom: (485.1.2 trunk)
  • Revision ID: heber.parrucci@canonical.com-20161201171551-v5vvxwscj7ndgga7
changing protected modules that should be public

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        super().__init__(APP_NAME, APP_CLICK, APP_QML_FILE, APP_ID)
33
33
 
34
34
    def get_main_view(self):
35
 
        from ubuntu_system_tests.helpers.calculator import _cpo  # NOQA
 
35
        from ubuntu_system_tests.helpers.calculator import cpo  # NOQA
36
36
        return self.get_proxy_object().main_view