mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-19 15:11:09 +00:00
Just for sharing a snippet, here would be the correct usage of `distro_info`: ```python import distro_info d = distro_info.UbuntuDistroInfo() x = d.get_all() x.index("xenial") < x.index("noble") ```