]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/tree.py
Update base_version to 0.34~ for 0.34 development
[bup.git] / lib / bup / tree.py
index 277a839c4802f899d7e528adc24b45db12cd8c18..df1ccaf9b7d5a0e982fa9d20408fa5596b3f5e76 100644 (file)
@@ -1,8 +1,6 @@
 
 from __future__ import absolute_import, print_function
 
-from bup.hashsplit import GIT_MODE_TREE, GIT_MODE_FILE, GIT_MODE_SYMLINK
-
 
 class TreeItem:
     __slots__ = 'name', 'mode', 'gitmode', 'oid', 'meta'