Cómo usar con la declaración en Python 2.5 y antes
# you need to add it in python 2.5 and earlier
from __future__ import with_statement
Jenova
# you need to add it in python 2.5 and earlier
from __future__ import with_statement