rename, use namespaces

This commit is contained in:
j 2010-07-08 00:34:04 +02:00
commit 0d354d2574
15 changed files with 7 additions and 7 deletions

17
ox/__init__.py Normal file
View file

@ -0,0 +1,17 @@
# -*- 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 *
from form import *
import cache
import net
from torrent import *