rename bt->torrent

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

3
.bzrignore Normal file
View File

@ -0,0 +1,3 @@
build
dist
oxutils.egg-info

View File

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