Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
connectivity
/
shill
/
ade9b9a914efaeac3b2f4d4888ffdfb3e76b76f6
/
.
/
test-scripts
/
get-country
blob: 4533707eb003f6f9c8c931786272e2288eb8391e [
file
] [
log
] [
blame
]
#!/usr/bin/python
import
dbus
,
flimflam
flim
=
flimflam
.
FlimFlam
(
dbus
.
SystemBus
())
print
"Country is %s"
%
flim
.
GetCountry
()