add missing future import for python 2.5

This commit is contained in:
Daniel Grana 2009-08-17 21:42:37 -03:00
parent 16c51353f2
commit 49cc1b1e7e
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
"""Helper functions for working with templates"""
from __future__ import with_statement
import os
import re