From: Joerg Jaspert Date: Thu, 16 Apr 2009 20:43:55 +0000 (+0200) Subject: Lets import the future X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=a76dd98cafdf28ba9627fe74c8b3255b2bc63580;p=dak.git Lets import the future Signed-off-by: Joerg Jaspert --- diff --git a/dak/process_new.py b/dak/process_new.py index 7d76937f..9dbf293d 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -41,6 +41,8 @@ ################################################################################ +from __future__ import with_statement + import copy import errno import os