/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 tools/convertinv.py

PumpĀ inĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
import bzrlib.branch
23
23
from bzrlib.weave import Weave
24
 
from bzrlib.weavefile import write_weave
25
24
from bzrlib.progress import ProgressBar
26
25
import tempfile
27
26
import hotshot, hotshot.stats
28
27
import sys
29
28
 
 
29
from bzrlib.plugins.weave_fmt.weavefile import write_weave
 
30
 
30
31
def convert():
31
32
    WEAVE_NAME = "inventory.weave"
32
33