diff options
author | cedricbonhomme <devnull@localhost> | 2010-07-05 21:16:48 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-07-05 21:16:48 +0200 |
commit | e4d398bb7fc17073478d15518e316cf08c57fcfb (patch) | |
tree | a5974e863a27ec2fa7075f1c3b371626200eb6f1 /feedgetter.py | |
parent | Stupid bug fix. (diff) | |
download | newspipe-e4d398bb7fc17073478d15518e316cf08c57fcfb.tar.gz newspipe-e4d398bb7fc17073478d15518e316cf08c57fcfb.tar.bz2 newspipe-e4d398bb7fc17073478d15518e316cf08c57fcfb.zip |
Removed useless __future__ import
Diffstat (limited to 'feedgetter.py')
-rwxr-xr-x | feedgetter.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/feedgetter.py b/feedgetter.py index 3f44fdcb..bea01d28 100755 --- a/feedgetter.py +++ b/feedgetter.py @@ -1,8 +1,6 @@ #! /usr/local/bin/python #-*- coding: utf-8 -*- -from __future__ import with_statement - __author__ = "Cedric Bonhomme" __version__ = "$Revision: 0.9 $" __date__ = "$Date: 2010/04/15 $" |