~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testidentitymap.py

  • Committer: Robert Collins
  • Date: 2005-10-11 07:00:25 UTC
  • mto: This revision was merged to the branch mainline in revision 1443.
  • Revision ID: robertc@robertcollins.net-20051011070025-bac6b53cb6186dfd
create a config module - there is enough config logic to make this worthwhile, and start testing config processing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#import bzrlib specific imports here
23
23
import bzrlib.errors as errors
24
 
from bzrlib.tests import TestCase
 
24
from bzrlib.selftest import TestCase
25
25
import bzrlib.identitymap as identitymap
26
26
 
27
27