• Gordon Ball's avatar
    Use pyflakes3 instead of (python 2) pyflakes · b12f7046
    Gordon Ball authored
    python-apt currently uses (python 3) pycodestyle and (python 2) pyflakes
    for code quality checks. It is one of the last users of pyflakes and
    dropping this dependency should allow further removals of python 2
    packages.
    
    This necessitated two small fixes where python2-only builtins are
    referred to (even when protected by version guards) to prevent pyflakes3
    from identifying them as errors.
    b12f7046