install as ox

This commit is contained in:
j 2009-10-11 14:53:50 +02:00
commit d14f13faaf
12 changed files with 2 additions and 1 deletions

19
ox/__init__.py Normal file
View 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