~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_api.py

Merge from integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import sys
26
26
 
27
27
import bzrlib
28
 
from bzrlib.selftest import TestCase
 
28
from bzrlib.tests import TestCase
29
29
 
30
30
class APITests(TestCase):
31
31