Make tools/post-receive python 3 compatible.

This commit is contained in:
Eklavya Sharma
2016-07-24 20:46:02 +05:30
parent 00a120c34f
commit 1a77b599f6
2 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,6 @@ exclude_scripts_py2 = [] # type: List[str]
exclude_scripts_py3 = """
bots/process_ccache
tools/post-receive
""".split()
parser = argparse.ArgumentParser(description="Run mypy on files tracked by git.")