~veebers/autopilot/remove_object_registry-CPO_creation_explicit

« back to all changes in this revision

Viewing changes to autopilot/introspection/backends.py

  • Committer: Christopher Lee
  • Date: 2015-06-18 07:18:03 UTC
  • Revision ID: chris.lee@canonical.com-20150618071803-ukq7n5ydewohqjeq
Fix tests due to updated code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
    """
304
304
    path, state = dbus_tuple
305
305
    path = path.encode('utf-8')
306
 
    # import ipdb; ipdb.set_trace()
307
 
    # Path seems correct here.
308
306
    class_object = _proxy_objects.get_proxy_object_class(
309
307
        cpo_class,
310
308
        path,