Print message when installing repositories.

This commit is contained in:
Anthony Sottile
2014-04-03 23:31:45 -07:00
parent 36ecf23c2e
commit 74363e6ec2
9 changed files with 78 additions and 29 deletions

View File

@@ -1,7 +1,9 @@
ENVIRONMENT_DIR = None
def install_environment(repo_cmd_runner):
"""Installation for script type is a noop."""
pass
def run_hook(repo_cmd_runner, hook, file_args):