aboutsummaryrefslogtreecommitdiff
path: root/utils.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-04-28 08:13:37 +0200
committercedricbonhomme <devnull@localhost>2010-04-28 08:13:37 +0200
commitf107d2943503e47772b01b23eda7ed89ad269b0f (patch)
tree01513344eef4bf686d0cdada3d3b9f2049f5bf8e /utils.py
parentAdded tag cloud. Some improvements. (diff)
downloadnewspipe-f107d2943503e47772b01b23eda7ed89ad269b0f.tar.gz
newspipe-f107d2943503e47772b01b23eda7ed89ad269b0f.tar.bz2
newspipe-f107d2943503e47772b01b23eda7ed89ad269b0f.zip
Removed useless import.
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