From 153cf5b6a587785ab9d2cddb4cb44e7f07238142 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Thu, 22 Apr 2010 22:13:04 +0200 Subject: [PATCH] [molecule] remove python 2.5 __future__ import --- molecule/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/molecule/utils.py b/molecule/utils.py index 4f27c2c..9bae8d9 100644 --- a/molecule/utils.py +++ b/molecule/utils.py @@ -17,7 +17,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -from __future__ import with_statement import os import sys import time