~therp-nl/anybox.recipe.openerp/jbaudoux-relative_paths_resolve_conflict

« back to all changes in this revision

Viewing changes to anybox/recipe/openerp/runtime/tests/test_import_registry.py

[MRG] Update with target branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from unittest import TestCase
2
 
from ..startup import already_imported, clear_import_registry
 
2
from .. import already_imported, clear_import_registry
3
3
 
4
4
 
5
5
class TestImportRegistry(TestCase):