rename bt->torrent

This commit is contained in:
j 2008-04-27 19:10:34 +02:00
commit ffb890c962
3 changed files with 4 additions and 1 deletions

View file

@ -12,7 +12,7 @@ import cache
#only works if BitTornado is installed
try:
from bt import *
from torrent import *
except:
pass