~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Vincent Ladeuil
  • Date: 2012-03-09 16:48:55 UTC
  • mto: (6437.23.24 2.5)
  • mto: This revision was merged to the branch mainline in revision 6499.
  • Revision ID: v.ladeuil+lp@free.fr-20120309164855-htdn25hp7x65mmir
Rely on sphinx for texinfo doc generation

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
import threading
37
37
 
38
38
from bzrlib import (
 
39
    bzrdir,
39
40
    debug,
40
41
    errors,
41
42
    osutils,
46
47
    )
47
48
from bzrlib.lazy_import import lazy_import
48
49
lazy_import(globals(), """
49
 
from bzrlib import bzrdir
50
50
from bzrlib.bundle import serializer
51
51
 
52
52
import tempfile