Added future import to make flake8 Python 2.5 compatible.

This commit is contained in:
Jannis Leidel 2012-05-19 13:15:03 +02:00
parent 326eb7cdb2
commit 04e8b490bd

View file

@ -1,3 +1,4 @@
from __future__ import with_statement
import re
import os