diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-02-06 17:40:31 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-02-06 17:40:31 +0100 |
commit | 70e8640244e48e8d62c5af42101c9df2b57224d9 (patch) | |
tree | cfdfd8cf65ff1ffa7597b163760a08caf6e84ed1 /tools/niminst | |
parent | 2199f8328059ffa62400acc7342b36dd50aed7e2 (diff) | |
download | Nim-70e8640244e48e8d62c5af42101c9df2b57224d9.tar.gz |
move new sha1 module into the new 'std' namespace
Diffstat (limited to 'tools/niminst')
-rw-r--r-- | tools/niminst/niminst.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/niminst/niminst.nim b/tools/niminst/niminst.nim index c2fe79087..c2816a0ef 100644 --- a/tools/niminst/niminst.nim +++ b/tools/niminst/niminst.nim @@ -15,7 +15,7 @@ when haveZipLib: import os, osproc, strutils, parseopt, parsecfg, strtabs, streams, debcreation, - sha1 + std / sha1 const maxOS = 20 # max number of OSes |