dist/hash.py: add module-level docstring
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/aab0ca03 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/aab0ca03 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/aab0ca03 Branch: refs/heads/trunk Commit: aab0ca032279759c894a695656cd541be0ff7b3e Parents: 436c5b0 Author: Quentin Pradet <[email protected]> Authored: Tue Oct 16 17:33:08 2018 +0400 Committer: Quentin Pradet <[email protected]> Committed: Tue Oct 16 17:33:08 2018 +0400 ---------------------------------------------------------------------- dist/hash.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/aab0ca03/dist/hash.py ---------------------------------------------------------------------- diff --git a/dist/hash.py b/dist/hash.py index fc5c0b4..fb73c08 100755 --- a/dist/hash.py +++ b/dist/hash.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +"""Writes SHA-256 and SHA-512 hashes of files passed as arguments""" import hashlib import sys
