summaryrefslogtreecommitdiff
path: root/lib/git/objects/fun.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git/objects/fun.py')
-rw-r--r--lib/git/objects/fun.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/git/objects/fun.py b/lib/git/objects/fun.py
index c2e7358f..5b39ab0c 100644
--- a/lib/git/objects/fun.py
+++ b/lib/git/objects/fun.py
@@ -1,6 +1,7 @@
"""Module with functions which are supposed to be as fast as possible"""
-__all__ = ('tree_to_stream', 'tree_entries_from_data')
+__all__ = ('tree_to_stream', 'tree_entries_from_data', 'traverse_trees_recursive',
+ 'traverse_tree_recursive')
from stat import S_ISDIR