/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/tag.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:
32
32
    errors,
33
33
    trace,
34
34
    )
35
 
from bzrlib.util import bencode
 
35
from bzrlib import bencode
36
36
 
37
37
 
38
38
class _Tags(object):