This website requires JavaScript.
Explore
Help
Register
Sign In
Nano_Allwinner
/
ubuntu-buildroot
Watch
1
Star
0
Fork
You've already forked ubuntu-buildroot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
ubuntu-buildroot
/
support
/
testing
/
tests
/
package
/
sample_python_distro.py
5 lines
87 B
Python
Raw
Permalink
Blame
History
import
distro
assert
(
distro
.
name
(
)
==
'
Buildroot
'
)
assert
(
distro
.
id
(
)
==
'
buildroot
'
)
Reference in New Issue
View Git Blame
Copy Permalink