Codebase list distro-info / 8174f1a
Re-black python. Stefano Rivera 2 years ago
2 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
44 * Update Python module to satisfy pylint 2.11 (Closes: #998598)
55 * Python: Drop object inheritance in classes, we no longer need to support
66 2.7.
7 * Re-black python.
78
89 -- Stefano Rivera <stefanor@debian.org> Sat, 24 Apr 2021 15:00:56 -0400
910
3030 py_modules=PY_MODULES,
3131 packages=PACKAGES,
3232 test_suite="distro_info_test",
33 url='https://salsa.debian.org/debian/distro-info',
34 author='Benjamin Drung',
35 author_email='bdrung@debian.org',
33 url="https://salsa.debian.org/debian/distro-info",
34 author="Benjamin Drung",
35 author_email="bdrung@debian.org",
3636 )