filter-repo: fix __all__ declaration

Signed-off-by: Elijah Newren <newren@gmail.com>
This commit is contained in:
Elijah Newren 2009-03-24 17:20:26 -06:00
parent adc3d52d26
commit d2d6d79db0

View File

@ -6,8 +6,8 @@ from email.Utils import unquote
from datetime import tzinfo, timedelta, datetime
__all__ = ["Blob", "Reset", "FileChanges", "Commit",
"get_total_commits", "record_id_rename",
"FastExportFilter", "FastExportOuput", "FastImportInput"]
"get_commit_count", "record_id_rename",
"FastExportFilter", "FastExportOutput", "FastImportInput"]
class TimeZone(tzinfo):
"""Fixed offset in minutes east from UTC."""