From e4d398bb7fc17073478d15518e316cf08c57fcfb Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Mon, 5 Jul 2010 21:16:48 +0200 Subject: Removed useless __future__ import --- utils.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils.py') diff --git a/utils.py b/utils.py index 26e270a6..24291812 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.8 $" __date__ = "$Date: 2010/07/05 $" -- cgit