~openerp-dev/openobject-client-web/trunk-Preferences-kjo

« back to all changes in this revision

Viewing changes to openobject/tools/cache.py

  • Committer: ame (Tiny)
  • Date: 2010-01-04 10:41:58 UTC
  • Revision ID: ame@tinyerp.com-20100104104158-92jypyicgh56twq8
[REF] openerp-web => openobject-web (project name changed)
[REF] openerp => openobject (namespace changed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
from gettext import translation
38
38
 
39
 
from openerp import i18n
40
 
from openerp.tools import rpc
 
39
from openobject import i18n
 
40
from openobject.tools import rpc
41
41
 
42
42
__cache = {}
43
43