Florent 'Skia' Jacquet 14bbcfe365 Replace a wrong usage of 'distro_info' by a simpler static list
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")
```
2025-03-04 17:08:49 +01:00
..
2020-11-20 17:37:44 +00:00
2020-04-01 16:37:56 +00:00
2020-04-01 16:37:56 +00:00