summaryrefslogtreecommitdiffstats
path: root/BitTorrent/download.py
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2008-08-12 23:29:08 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2008-08-12 23:29:08 -0500
commitd078185d388f1b671d2b2eff3bf19c0ee0c8926d (patch)
treecd76f648f93ece211458d4cd647ad38b3764563f /BitTorrent/download.py
parent0656c6f358edb67a5a57b5a24fb95facb6b603b3 (diff)
downloadnohgooee-d078185d388f1b671d2b2eff3bf19c0ee0c8926d.tar.gz
nohgooee-d078185d388f1b671d2b2eff3bf19c0ee0c8926d.tar.xz
nohgooee-d078185d388f1b671d2b2eff3bf19c0ee0c8926d.zip
No need for 'from __future__ import generators'
Diffstat (limited to 'BitTorrent/download.py')
-rw-r--r--BitTorrent/download.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/BitTorrent/download.py b/BitTorrent/download.py
index 27f2bfd..d17b685 100644
--- a/BitTorrent/download.py
+++ b/BitTorrent/download.py
@@ -11,8 +11,6 @@
# Written by Bram Cohen and Uoti Urpala
from __future__ import division
-# required for python 2.2
-from __future__ import generators
import os
import sys