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

« back to all changes in this revision

Viewing changes to openobject/addons/base/tests/test_root_controller.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:
1
1
 
2
 
from openerp.tools import rpc
3
 
from openerp.test import TestCase
 
2
from openobject.tools import rpc
 
3
from openobject.test import TestCase
4
4
 
5
5
 
6
6
class RootTest(TestCase):