Hello, As you might know some code sections are not really pythonic. Please clean it up a bit, for instance there are 2 `subprocess` imports on the [web interface](https://github.com/CERT-W/certitude/blob/master/components/interface/web.py)... Some good resources: * [PEP8](http://sametmax.com/le-pep8-et-au-dela-par-la-pratique/) * [Pylint](https://docs.pylint.org/en/1.6.0/tutorial.html) * [Python code formatter](https://github.com/google/yapf) Cheers.
Hello,
As you might know some code sections are not really pythonic.
Please clean it up a bit, for instance there are 2
subprocessimports on the web interface...Some good resources:
Cheers.