• A
    mk: Tweak tidy script to work on Windows python · 622ec5d8
    Alex Crichton 提交于
    The MinGW-based Python implementations would automatically do this, but if we
    want to use Python from the official downloads our usage of `/` instead of `\`
    can wreak havoc. In a few select locations just use `os.path.normpath` do do the
    conversions properly for us.
    622ec5d8
licenseck.py 2.1 KB