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

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/helpers/indicators/network/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:
17
17
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
18
#
19
19
 
20
 
from ubuntu_system_tests.helpers.indicators._cpo import (
 
20
from ubuntu_system_tests.helpers.indicators.cpo import (
21
21
    IndicatorPage, INDICATOR_PAGE_PATH)
22
22
from ubuntu_system_tests.helpers.autopilot import validate_dbus_object
23
23
from ubuntu_system_tests.helpers import unity8
24
 
from ubuntu_system_tests.helpers.ubuntuuitools._cpo._switchmenu import SwitchMenu  # NOQA
25
 
from ubuntu_system_tests.helpers.ubuntuuitools._cpo._qquicklistview import QQuickListView  # NOQA
 
24
from ubuntu_system_tests.helpers.ubuntuuitools.cpo.switchmenu import SwitchMenu  # NOQA
 
25
from ubuntu_system_tests.helpers.ubuntuuitools.cpo.qquicklistview import QQuickListView  # NOQA
26
26
 
27
 
from ubuntu_system_tests.helpers.ubuntuuitools._cpo._common import CustomProxyObjectBase  # NOQA
 
27
from ubuntu_system_tests.helpers.ubuntuuitools.cpo.common import CustomProxyObjectBase  # NOQA
28
28
 
29
29
 
30
30
class NetworkIndicatorPage(IndicatorPage):