filter-repo: portability fixes

Signed-off-by: Elijah Newren <newren@gmail.com>
pull/13/head
Elijah Newren 16 years ago
parent 471e9d8684
commit bf5e92d02a

@ -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…
Cancel
Save