~elopio/click-update-manager/fix1234379-autopilot_tests

« back to all changes in this revision

Viewing changes to tests/autopilot/click_update_manager/__init__.py

  • Committer: Leo Arias
  • Date: 2013-10-04 09:42:30 UTC
  • Revision ID: leo.arias@canonical.com-20131004094230-2gpdgrnqy5vczwte
Fixed pyflakes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
from autopilot.input import Pointer
10
10
from autopilot.matchers import Eventually
11
 
from testtools.matchers import Is, Not, Equals
 
11
from testtools.matchers import Equals
12
12
from ubuntuuitoolkit import base, emulators
13
13
 
14
14