]> git.ipfire.org Git - thirdparty/tornado.git/commit
Re-add a missing abspath call.
authorBen Darnell <ben@bendarnell.com>
Sat, 25 May 2013 22:31:20 +0000 (18:31 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 25 May 2013 22:31:20 +0000 (18:31 -0400)
commit60952528834f15c07dc9325c600650fb9af4a248
tree086042fa651417eacbd342375603cc600022a2f9
parent7b03cd62fb11ea708d0a15530a1bae83769d00c0
Re-add a missing abspath call.

This is needed when __file__ is not absolute.
tornado/web.py