From b4d0c070ff6447da5e3cb7c6e844826c241c8071 Mon Sep 17 00:00:00 2001 From: Nate Gallagher Date: Tue, 1 May 2012 15:31:15 -0700 Subject: [PATCH] forgot "import re" --- tarsum | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tarsum b/tarsum index fc0e1af..7987b30 100755 --- a/tarsum +++ b/tarsum @@ -21,7 +21,8 @@ import hashlib import tarfile - +import re + def tarsum(input_file, hash, output_file): """ input_file - A FILE object to read the tar file from.