]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add future import to this new file for consistency
authorBen Darnell <ben@bendarnell.com>
Mon, 28 May 2012 03:08:46 +0000 (20:08 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 28 May 2012 03:08:46 +0000 (20:08 -0700)
tornado/test/options_test.py

index faf1fdb9493615e85fbd082fc282b77cf5eadc18..80b1929206cbb206376759eb95daeb1b9b98389a 100644 (file)
@@ -1,3 +1,4 @@
+from __future__ import absolute_import, division, with_statement
 import unittest
 
 from tornado.options import _Options