aboutsummaryrefslogtreecommitdiff
path: root/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils.py')
-rwxr-xr-xutils.py2
1 files changed, 0 insertions, 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 $"
bgstack15