~elopio/autopilot/1079129-typo-good-tests

« back to all changes in this revision

Viewing changes to autopilot/introspection/dbus.py

  • Committer: Tarmac
  • Author(s): Christopher Lee
  • Date: 2012-09-18 20:34:18 UTC
  • mfrom: (73.1.1 AP_IFACE_fix)
  • Revision ID: tarmac-20120918203418-b1xd9t2c8oean8ek
Potential circular imports with constants used in introspection.. Approved by Thomi Richards, jenkins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from time import sleep
24
24
 
25
25
from autopilot.emulators.dbus_handler import session_bus
 
26
from autopilot.introspection.constants import AP_INTROSPECTION_IFACE
 
27
 
26
28
 
27
29
_object_registry = {}
28
30
logger = logging.getLogger(__name__)