I know that a lot of packages execute pep8, but are there packages that actually import pep8 module?
>From my point of view, I simply wanted to change the pep8 script shebang to python3 and only ship python3 module. If there are packages that import pep8 module, then we should consider having: - pep8 with python3 shebang & python3 module - python-pep8 with python2 module only or - pep8 with the python3 shebang - python3-pep8 for the python3-module - python-pep8 with the python2-module Regards, Dmitrijs. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

