~fabien-morin/unifield-web/fm-us-2339

« back to all changes in this revision

Viewing changes to openobject/addons/base/controllers/fieldpref.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:
32
32
 
33
33
import cherrypy
34
34
 
35
 
from openerp import tools
 
35
from openobject import tools
36
36
 
37
 
from openerp.tools import rpc
38
 
from openerp.tools import common
39
 
from openerp.tools import expose
 
37
from openobject.tools import rpc
 
38
from openobject.tools import common
 
39
from openobject.tools import expose
40
40
from base.utils import TinyDict
41
41
from base.utils import TinyForm
42
42