~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_generate_docs.py

  • Committer: Vincent Ladeuil
  • Date: 2009-06-10 09:34:02 UTC
  • mfrom: (3638.6.43 doc-ru)
  • mto: This revision was merged to the branch mainline in revision 4427.
  • Revision ID: v.ladeuil+lp@free.fr-20090610093402-8ixji6rvknop5qfb
Start Russian translation

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
from cStringIO import StringIO
24
24
 
25
 
import bzrlib.commands
26
25
from bzrlib.tests import TestCase, TestSkipped
27
26
 
28
27
 
38
37
        self.sio = StringIO()
39
38
        self.options = Options()
40
39
        self.options.bzr_name = 'bzr'
41
 
        bzrlib.commands.install_bzr_command_hooks()
42
40
 
43
41
    def test_man_page(self):
44
42
        try: