]> git.ipfire.org Git - thirdparty/jinja.git/commit
fix os.name of Windows 331/head
authorWing <SteelyWing@users.noreply.github.com>
Fri, 16 May 2014 19:27:05 +0000 (03:27 +0800)
committerWing <SteelyWing@users.noreply.github.com>
Fri, 16 May 2014 19:27:05 +0000 (03:27 +0800)
commit25d83a4102774266e8b6ba3cf75ca4cb5c60c78b
treebce438ae3d9c66dd6c09aa55d3400eb17283973a
parentb7d13f278753d057bb3765b4d4a672c351d88bf3
fix os.name of Windows

os.name of Windows is 'nt', https://docs.python.org/3.4/library/os.html#os.name
jinja2/bccache.py