~veebers/autopilot/remove_object_registry-CPO_creation_explicit

« back to all changes in this revision

Viewing changes to autopilot/tests/unit/test_introspection_dbus.py

  • Committer: Christopher Lee
  • Date: 2015-06-15 01:09:06 UTC
  • Revision ID: chris.lee@canonical.com-20150615010906-6leh80378sguyhua
Fix pyflake errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
from testtools.matchers import (
30
30
    Equals,
31
31
    Not,
32
 
    NotEquals,
33
32
    Raises,
34
33
    raises,
35
34
)