/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 object_store.py

Fix issues pointed out by pyflakes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
from dulwich.objects import (
20
20
    Blob,
21
 
    Tree,
22
 
    hex_to_sha,
 
21
    sha_to_hex,
23
22
    )
24
23
from dulwich.object_store import (
25
24
    BaseObjectStore,
26
 
    ObjectStoreIterator,
27
25
    )
28
 
import stat
29
26
 
30
27
from bzrlib import (
31
28
    debug,