Can't believe I forgot that future import.

This commit is contained in:
Armin Ronacher 2010-04-14 17:08:38 +02:00
parent fc94599285
commit 1d8432ebfd

View file

@ -9,6 +9,7 @@
:copyright: (c) 2010 by Armin Ronacher. :copyright: (c) 2010 by Armin Ronacher.
:license: BSD, see LICENSE for more details. :license: BSD, see LICENSE for more details.
""" """
from __future__ import with_statement
import os import os
import sys import sys