From df9c15d40a50ed17baa7bdbb11ef6cca9d410cf3 Mon Sep 17 00:00:00 2001 From: zyp Date: Mon, 8 May 2006 13:23:20 +0000 Subject: [project @ zyp-20060508132320-2c118d1a7e2505db] [project @ 24] Converted from make to distutils. --- __init__.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 __init__.py (limited to '__init__.py') diff --git a/__init__.py b/__init__.py deleted file mode 100644 index 0333819..0000000 --- a/__init__.py +++ /dev/null @@ -1,11 +0,0 @@ -from _hash import * - -def file_hash(name): - h = Hash() - f = open(name) - data = f.read(32768) - while data: - h.update(data) - data = f.read(32768) - f.close() - return h \ No newline at end of file -- cgit v1.2.3