~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Martin Pool
  • Date: 2009-07-20 08:47:58 UTC
  • mto: This revision was merged to the branch mainline in revision 4566.
  • Revision ID: mbp@sourcefrog.net-20090720084758-rkvtpk8zvttgan3g
Review cleanups of typos and unneeded imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
 
# TODO: At some point, handle upgrades by just passing the whole request
18
 
# across to run on the server.
19
 
 
20
17
import bz2
21
 
import warnings
22
18
 
23
19
from bzrlib import (
24
20
    bencode,
34
30
    revision,
35
31
    revision as _mod_revision,
36
32
    symbol_versioning,
37
 
    trace,
38
33
)
39
34
from bzrlib.branch import BranchReferenceFormat
40
35
from bzrlib.bzrdir import BzrDir, RemoteBzrDirFormat