diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2017-02-25 10:32:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-25 10:32:32 +0100 |
| commit | 0181a40db75bb27277bec6e0802f09a45f84ffb3 (patch) | |
| tree | 978e1228a90c1c798fc0203ae173a41bc6cb2aa0 /git/__init__.py | |
| parent | 88732b694068704cb151e0c4256a8e8d1adaff38 (diff) | |
| parent | f858c449a993124939e9082dcea796c5a13d0a74 (diff) | |
| download | GitPython-0181a40db75bb27277bec6e0802f09a45f84ffb3.tar.gz GitPython-0181a40db75bb27277bec6e0802f09a45f84ffb3.zip | |
Merge pull request #555 from ankostis/cntxtmman
Retrofit `repo` class as context-man to cleanup global mman on repo-delete
Diffstat (limited to 'git/__init__.py')
| -rw-r--r-- | git/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/git/__init__.py b/git/__init__.py index 0514d545..8c31e309 100644 --- a/git/__init__.py +++ b/git/__init__.py @@ -49,7 +49,8 @@ from git.util import ( # @NoMove @IgnorePep8 LockFile, BlockingLockFile, Stats, - Actor + Actor, + rmtree, ) #} END imports |
