Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Side by Side Diff: test/create-profile

Issue 6659006: flimflam: add support for multiple profiles (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flimflam.git@master
Patch Set: more ers comments Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/wifi.c ('k') | test/flimflam.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/usr/bin/python
2
3 import dbus, flimflam, string, sys
4
5 if (len(sys.argv) < 2):
6 print "Profile pathname required"
7 sys.exit(1)
8
9 flim = flimflam.FlimFlam(dbus.SystemBus())
10 profile = flim.CreateProfile(sys.argv[1])
11 print "New profile created at %s" % (profile.object_path)
OLDNEW
« no previous file with comments | « src/wifi.c ('k') | test/flimflam.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698