install as ox
This commit is contained in:
parent
1d7b6a31f0
commit
d14f13faaf
12 changed files with 2 additions and 1 deletions
19
ox/__init__.py
Normal file
19
ox/__init__.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
# GPL 2008
|
||||
__version__ = '1.0.0'
|
||||
|
||||
from file import *
|
||||
from format import *
|
||||
from html import *
|
||||
from iso import *
|
||||
from text import *
|
||||
import cache
|
||||
import net
|
||||
|
||||
#only works if BitTornado is installed
|
||||
try:
|
||||
from torrent import *
|
||||
except:
|
||||
pass
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue