From: Ben Darnell Date: Mon, 28 May 2012 03:08:46 +0000 (-0700) Subject: Add future import to this new file for consistency X-Git-Tag: v2.3.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=085f1f19a27680d6922a8825364f22e8962e4fb7;p=thirdparty%2Ftornado.git Add future import to this new file for consistency --- diff --git a/tornado/test/options_test.py b/tornado/test/options_test.py index faf1fdb94..80b192920 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