~cyphermox/ubuntu/natty/connman/release-0.64

« back to all changes in this revision

Viewing changes to test/enable-tethering

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2010-11-30 15:51:10 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: mathieu.trudel-lapierre@canonical.com-20101130155110-32g0usyc4jbl131x
New upstream release 0.64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
bus = dbus.SystemBus()
6
6
 
7
 
manager = dbus.Interface(bus.get_object('org.moblin.connman', "/"),
8
 
                                        'org.moblin.connman.Manager')
 
7
manager = dbus.Interface(bus.get_object('net.connman', "/"),
 
8
                                        'net.connman.Manager')
9
9
 
10
10
manager.SetProperty("Tethering", dbus.Boolean(1));