qutebrowser/scripts
Florian Bruhin 0b362e76ea Move pylint plugins to an installed package.
This means we can now run things like running pylint --version without having
to set PYTHONPATH correctly now.

When using skip_install=true, the plugins wouldn't work as they need to import
qutebrowser.

We have to keep setting PYTHONPATH in run_pylint_on_tests.py, otherwise we get
this error I don't quite understand:

    F:  1, 0: error while code parsing: Unable to load file
    '/home/florian/proj/qutebrowser/git/__init__.py' ([Errno 2] No such
    file or directory: '...') (parse-error)
2016-02-19 07:15:09 +01:00
..
dev Move pylint plugins to an installed package. 2016-02-19 07:15:09 +01:00
__init__.py Move developer scripts to dev/ subfolder. 2015-06-28 22:31:30 +02:00
asciidoc2html.py add CONTRIBUTING to index and asciidoc2html.py 2016-02-10 18:37:46 +01:00
hostblock_blame.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
importer.py pylint: Don't require docstring for main() funcs. 2016-02-01 20:06:49 +01:00
keytester.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
link_pyqt.py pylint: Don't require docstring for main() funcs. 2016-02-01 20:06:49 +01:00
minimal_webkit_testbrowser.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
setupcommon.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
utils.py Adjust copyright years. 2016-01-04 07:12:39 +01:00