rename, use namespaces
This commit is contained in:
parent
208250d863
commit
0d354d2574
15 changed files with 7 additions and 7 deletions
17
ox/__init__.py
Normal file
17
ox/__init__.py
Normal 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 *
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue