~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2010-02-05 12:13:07 UTC
  • mto: This revision was merged to the branch mainline in revision 5010.
  • Revision ID: v.ladeuil+lp@free.fr-20100205121307-3zm5hnjxl9tjs9mo
(trivial) Fix typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
3562
3562
# appear prefixed ('bzrlib.' is "replaced" by 'bzrlib.').
3563
3563
test_prefix_alias_registry.register('bzrlib', 'bzrlib')
3564
3564
 
3565
 
# Obvious higest levels prefixes, feel free to add your own via a plugin
 
3565
# Obvious highest levels prefixes, feel free to add your own via a plugin
3566
3566
test_prefix_alias_registry.register('bd', 'bzrlib.doc')
3567
3567
test_prefix_alias_registry.register('bu', 'bzrlib.utils')
3568
3568
test_prefix_alias_registry.register('bt', 'bzrlib.tests')