Add future import to this new file for consistency

This commit is contained in:
Ben Darnell 2012-05-27 20:08:46 -07:00
parent dd9a8ac18c
commit 085f1f19a2
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import absolute_import, division, with_statement
import unittest
from tornado.options import _Options