~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Patch Queue Manager
  • Date: 2012-03-06 19:49:19 UTC
  • mfrom: (6472.2.6 use-bzr-controldir)
  • Revision ID: pqm@pqm.ubuntu.com-20120306194919-kt7mj6xmhifsgees
(jelmer) Use bzrlib.controldir for generic access to control directories,
 rather than bzrlib.bzrdir. (Jelmer Vernooij)

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,
40
39
    debug,
41
40
    errors,
42
41
    osutils,
47
46
    )
48
47
from bzrlib.lazy_import import lazy_import
49
48
lazy_import(globals(), """
 
49
from bzrlib import bzrdir
50
50
from bzrlib.bundle import serializer
51
51
 
52
52
import tempfile