Add a new hook to forbid new submodules

This commit is contained in:
Anthony Sottile 2016-11-30 09:56:42 -08:00
parent 7539d8bd1a
commit 70e405ede2
7 changed files with 75 additions and 5 deletions

View file

@ -34,5 +34,6 @@ def main():
shutil.copyfileobj(src_file, dest_file)
os.chmod(DEST_PATH, 0o755)
if __name__ == '__main__':
exit(main())