From 085f1f19a27680d6922a8825364f22e8962e4fb7 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 27 May 2012 20:08:46 -0700 Subject: [PATCH] Add future import to this new file for consistency --- tornado/test/options_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tornado/test/options_test.py b/tornado/test/options_test.py index faf1fdb9..80b19292 100644 --- a/tornado/test/options_test.py +++ b/tornado/test/options_test.py @@ -1,3 +1,4 @@ +from __future__ import absolute_import, division, with_statement import unittest from tornado.options import _Options