qutebrowser/scripts
Florian Bruhin e603470260 Fix asciidoc2html on Windows.
Windows needs the SystemRoot environment variable set to initialize the crypto
API, what running Python in a subprocess does.

However, we did override the whole environment instead of extending it, which
means this broke on Windows when calling asciidoc:

    Traceback (most recent call last):
      File "C:\asciidoc-8.6.9\asciidoc.py", line 9, in <module>
        import sys, os, re, time, traceback, tempfile, subprocess, codecs, locale, unicodedata, copy
      File "C:\Python27\lib\tempfile.py", line 35, in <module>
        from random import Random as _Random
      File "C:\Python27\lib\random.py", line 885, in <module>
        _inst = Random()
      File "C:\Python27\lib\random.py", line 97, in __init__
        self.seed(x)
      File "C:\Python27\lib\random.py", line 113, in seed
        a = long(_hexlify(_urandom(2500)), 16)
    WindowsError: [Error -2146893795] Provider DLL failed to initialize correctly
2016-01-05 08:00:35 +01:00
..
dev Fix lint. 2016-01-05 07:16:39 +01:00
__init__.py Move developer scripts to dev/ subfolder. 2015-06-28 22:31:30 +02:00
asciidoc2html.py Fix asciidoc2html on Windows. 2016-01-05 08:00:35 +01:00
hostblock_blame.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
importer.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
keytester.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
link_pyqt.py Adjust copyright years. 2016-01-04 07:12:39 +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