~barry/autopilot/lp1488175

« back to all changes in this revision

Viewing changes to autopilot/introspection/backends.py

  • Committer: CI bot
  • Author(s): Martin Pitt, Corey Goldberg, Max Brustkern, Christopher Lee, Thomi Richards
  • Date: 2014-08-06 01:20:25 UTC
  • mfrom: (493.1.17 trunk)
  • Revision ID: ps-jenkins@lists.canonical.com-20140806012025-2r7bw4rdc7q8e1md
Autopilot release.

Includes.

Adding screenshot support.
Removing python2 dependencies and code.
Internal refactoring (for logging) Fixes: 1078732
Approved by: Martin Pitt, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
"""
33
33
 
34
 
from __future__ import absolute_import
35
 
 
36
34
from collections import namedtuple
37
35
import dbus
38
36
import logging