From f107d2943503e47772b01b23eda7ed89ad269b0f Mon Sep 17 00:00:00 2001
From: cedricbonhomme <devnull@localhost>
Date: Wed, 28 Apr 2010 08:13:37 +0200
Subject: Removed useless import.

---
 utils.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/utils.py b/utils.py
index 3c716c4b..3b8b376a 100755
--- a/utils.py
+++ b/utils.py
@@ -1,8 +1,6 @@
 #! /usr/local/bin/python
 #-*- coding: utf-8 -*-
 
-from __future__ import with_statement
-
 __author__ = "Cedric Bonhomme"
 __version__ = "$Revision: 0.5 $"
 __date__ = "$Date: 2010/04/15 $"
-- 
cgit