the forums at degreez.net
http://forums.degreez.net/

Imports in BitTornado/BT1/download.py & "feature&qu
http://forums.degreez.net/viewtopic.php?f=4&t=330
Page 1 of 1

Author:  Guest [ Sun Apr 04, 2004 10:22 pm ]
Post subject:  Imports in BitTornado/BT1/download.py & "feature&qu

A quick question on download.py from BitTornado/BT1:

It includes the following line:
Code:
from Connecter import Connecter, RateLimiter


Shouldn't this be:
Code:
from Connecter import Connecter
from BitTornado.RateLimiter import RateLimiter
?

In addition, should download.py even be used anymore, or should things be migrated to download_bt1.py?

Just a small request as well, but if it's not too much trouble could we start to see a little more commenting in the source?

Author:  Guest [ Sun Apr 04, 2004 10:42 pm ]
Post subject: 

also it looks like a line later on needs to be changed from:

Code:
self.super_seeding_active = F


to:

Code:
self.super_seeding_active = False

Author:  TheSHAD0W [ Sun Apr 04, 2004 11:43 pm ]
Post subject: 

You are correct, sir; I haven't been updating/checking that file as much as I ought. It is indeed being phased out.

Author:  Guest [ Mon Apr 05, 2004 12:24 am ]
Post subject: 

Thanks for the quick reply. I'll try seeing what's needed to switch over to the new stuff tomorrow.

Page 1 of 1 All times are UTC - 7 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/