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

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/helpers/ubuntuuitools/_cpo/pickers.py

  • Committer: Tarmac
  • Author(s): Allan LeSage
  • Date: 2016-11-30 19:25:24 UTC
  • mfrom: (486.1.1 flake8-fresh-fixes)
  • Revision ID: tarmac-20161130192524-vrjgq8lwbqvmgswn
Address uitoolkit merge zesty and vivid flake8 errors.

Approved by platform-qa-bot, Heber Parrucci.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from autopilot.introspection import dbus
22
22
 
23
23
from ubuntu_system_tests.helpers.ubuntuuitools._cpo import (
24
 
        _common,
25
 
        _qquicklistview
26
 
    )
 
24
    _common,
 
25
    _qquicklistview
 
26
)
27
27
 
28
28
 
29
29
logger = logging.getLogger(__name__)