]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix an import that's been missing since the options/log refactoring.
authorBen Darnell <ben@bendarnell.com>
Sun, 30 Dec 2012 20:38:09 +0000 (21:38 +0100)
committerBen Darnell <ben@bendarnell.com>
Sun, 30 Dec 2012 20:38:09 +0000 (21:38 +0100)
commit0b43aef0589afa6a8f6cb9975a559039277d9db8
tree701050816e3991a57ca602074327e76a3726b6d9
parenta8cb0ee56a6b373df7d360a7220155765cfff737
Fix an import that's been missing since the options/log refactoring.

Add a test for this previously-uncovered code.
tornado/log.py
tornado/test/log_test.py