Commit Graph

2 Commits (05c8a85cd5fa39023f67a0526ed3a69ec06a88b3)

Author SHA1 Message Date
Stephen Fromm 14dc12cdaf Conditionally import hashlib (issue #471)
Import hashlib if it is there, otherwise import md5.  Adds method
file_digest that wraps the logic on which module to invoke.
14 years ago
Stephen Fromm 86d03713cb Add assemble module
This adds a module that concatenates (ie. assembles) a file from
fragments in a directory in alphabetical order.  It chains the file
module afterward to fix up ownership and permission.  This also adds
tests for the assemble module with fragments in assemble.d.
14 years ago