r421 - /debtorrent/trunk/DebTorrent/BT1/HTTPDownloader.py

camrdale at users.alioth.debian.org camrdale at users.alioth.debian.org
Sun Mar 21 01:32:28 UTC 2010


Author: camrdale
Date: Sun Mar 21 01:32:27 2010
New Revision: 421

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=421
Log:
Fix an error in the previous commit

Modified:
    debtorrent/trunk/DebTorrent/BT1/HTTPDownloader.py

Modified: debtorrent/trunk/DebTorrent/BT1/HTTPDownloader.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/HTTPDownloader.py?rev=421&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/HTTPDownloader.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/HTTPDownloader.py Sun Mar 21 01:32:27 2010
@@ -14,6 +14,7 @@
 """
 
 from DebTorrent.CurrentRateMeasure import Measure
+from DebTorrent.bitfield import Bitfield
 from random import randint
 from urlparse import urlparse
 from httplib import HTTPConnection, BadStatusLine




More information about the Debtorrent-commits mailing list