import with statement

This commit is contained in:
Christophe Benz 2010-07-20 22:58:27 +02:00 committed by Romain Bignon
commit 20e0e6de5f

View file

@ -16,6 +16,8 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from __future__ import with_statement
from weboob.capabilities.video import ICapVideo
from weboob.tools.backend import BaseBackend