2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00
This commit is contained in:
Chris Rebert
2014-04-03 11:53:35 -07:00
parent 9c7e86be99
commit 2878d6ef83
+1 -1
View File
@@ -28,7 +28,7 @@ def timer():
yield yield
end = datetime.utcnow() end = datetime.utcnow()
elapsed = end - start elapsed = end - start
print("\tDone. Took", int(elapsed.total_seconds()), "seconds.") print("\tDone. Took", int(elapsed.total_seconds()), "second(s).")
def _sha256_of_file(filename): def _sha256_of_file(filename):