mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
The __name__ == '__main__' guard allows importing pkg-stats as a module using importlib, circumventing the normal module filename requirements. This in turn makes it possible to test/debug individual functions. Signed-off-by: Fiona Klute <fiona.klute@gmx.de> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>