/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/multiparent.py

  • Committer: Alexander Belchenko
  • Date: 2007-08-12 01:53:05 UTC
  • mto: (4398.5.1 bencode_serializer)
  • mto: This revision was merged to the branch mainline in revision 4410.
  • Revision ID: bialix@ukr.net-20070812015305-1wzsgzrf8p7jtv6j
pyrex bencode (without benchmarks)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    trace,
28
28
    ui,
29
29
    )
30
 
from bzrlib.util import bencode
 
30
from bzrlib import bencode
31
31
""")
32
32
from bzrlib.tuned_gzip import GzipFile
33
33