/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/tests/blackbox/test_diff.py

Remove bogus config imports left in previous tweak

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
import re
23
23
 
24
24
from bzrlib import (
25
 
    config,
26
25
    tests,
27
26
    workingtree,
28
27
    )