mirror of
https://github.com/newren/git-filter-repo.git
synced 2024-11-17 03:26:08 +00:00
Portability fixes
This commit is contained in:
parent
eab6741272
commit
0ce82837e2
@ -2,7 +2,7 @@ import os
|
||||
import re
|
||||
import sys
|
||||
from subprocess import Popen, PIPE, call
|
||||
from email.utils import unquote
|
||||
from email.Utils import unquote
|
||||
|
||||
__all__ = ["Blob", "Reset", "FileChanges", "Commit", "get_total_commits",
|
||||
"FastExportFilter", "FastExportOuput", "FastImportInput"]
|
||||
|
Loading…
Reference in New Issue
Block a user