Skip to content

Commit 66306f1

Browse files
committed
feat(util): export rmtree() to facilitate del of tmp-repos on Windows
Usecase described in gitpython-developers#553
1 parent bdb4c7c commit 66306f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: git/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def _init_externals():
4949
LockFile,
5050
BlockingLockFile,
5151
Stats,
52-
Actor
52+
Actor,
53+
rmtree,
5354
)
5455

5556
#} END imports

0 commit comments

Comments
 (0)