diff options
author | cedricbonhomme <devnull@localhost> | 2010-04-28 08:13:37 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-04-28 08:13:37 +0200 |
commit | f107d2943503e47772b01b23eda7ed89ad269b0f (patch) | |
tree | 01513344eef4bf686d0cdada3d3b9f2049f5bf8e /utils.py | |
parent | Added tag cloud. Some improvements. (diff) | |
download | newspipe-f107d2943503e47772b01b23eda7ed89ad269b0f.tar.gz newspipe-f107d2943503e47772b01b23eda7ed89ad269b0f.tar.bz2 newspipe-f107d2943503e47772b01b23eda7ed89ad269b0f.zip |
Removed useless import.
Diffstat (limited to 'utils.py')
-rwxr-xr-x | utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 $" |