~unifield-team/unifield-web/uf-2235

« back to all changes in this revision

Viewing changes to openobject/tools/__init__.py

  • Committer: ame (Tiny)
  • Date: 2010-01-07 07:47:47 UTC
  • Revision ID: ame@tinyerp.com-20100107074747-sqc1cmm24gofqmuh
[REF] separating base API to openobject
[REF] removed all openerp related stuffs from base api

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from openobject.tools.tools import *
2
 
from openobject.tools.expose import *
3
 
from openobject.tools.utils import *
 
1
from _tools import *
 
2
from _expose import *
 
3
from _utils import *
4
4