~indicator-network-developers/connman/head.packaging

« back to all changes in this revision

Viewing changes to test/set-domains

  • Committer: Antti Kaijanmäki
  • Date: 2011-11-27 16:50:21 UTC
  • mfrom: (2395.1.8 merge-head)
  • Revision ID: antti.kaijanmaki@canonical.com-20111127165021-p6lh1j494wisde77
* Merge from upstream
  * bump upstream version
* refresh distro patches
  * 08-remove-internal-backtrace-hand.patch: drop for rewrite

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        sys.exit(1)
9
9
 
10
10
bus = dbus.SystemBus()
11
 
path = "/profile/default/" + sys.argv[1]
 
11
path = "/net/connman/service/" + sys.argv[1]
12
12
service = dbus.Interface(bus.get_object('net.connman', path),
13
13
                                        'net.connman.Service')
14
14