~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_plugins.py

[merge] up-to-date against bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
import os
25
25
 
26
 
from bzrlib.selftest import TestCaseInTempDir
 
26
from bzrlib.tests import TestCaseInTempDir
27
27
 
28
28
class PluginTest(TestCaseInTempDir):
29
29
    """Create an external plugin and test loading."""