/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/util/bencode.py

Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
320
320
        return
321
321
    assert 0
322
322
 
323
 
try:
324
 
    import psyco
325
 
    psyco.bind(bdecode)
326
 
    psyco.bind(bencode)
327
 
except ImportError:
328
 
    pass