]> git.ipfire.org Git - thirdparty/tornado.git/commit
options_test: Absolutize __file__ 1781/head
authorBen Darnell <ben@bendarnell.com>
Tue, 26 Jul 2016 04:03:11 +0000 (00:03 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 26 Jul 2016 04:03:11 +0000 (00:03 -0400)
commitd588bfb77d8064e5f98fc77bbc42aa369987561c
treec602cd96fce31efc30955d409482feee964239f8
parent243feb9e8aea1cbe13244e44bc4ba2f590e8ae80
options_test: Absolutize __file__

Python 3.4 guarantees an absolute path, but in older versions relative
paths are used in some cases.

Fixes #1780
tornado/test/options_test.py