Sign in
android-kvm
/
buildroot
/
refs/heads/master
/
.
/
support
/
testing
/
tests
/
package
/
sample_python_distro.py
blob: b31f129718706afec25bd4879ab1d21163870cfb [
file
] [
log
] [
blame
] [
edit
]
import
distro
assert
(
distro
.
name
()
==
'Buildroot'
)
assert
(
distro
.
id
()
==
'buildroot'
)