rename bt->torrent
This commit is contained in:
parent
c708596d1c
commit
ffb890c962
3 changed files with 4 additions and 1 deletions
3
.bzrignore
Normal file
3
.bzrignore
Normal file
|
@ -0,0 +1,3 @@
|
|||
build
|
||||
dist
|
||||
oxutils.egg-info
|
|
@ -12,7 +12,7 @@ import cache
|
|||
|
||||
#only works if BitTornado is installed
|
||||
try:
|
||||
from bt import *
|
||||
from torrent import *
|
||||
except:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue