summaryrefslogtreecommitdiff
path: root/modules/language/python/module/#_sha1.scm#
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python/module/#_sha1.scm#')
-rw-r--r--modules/language/python/module/#_sha1.scm#10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/language/python/module/#_sha1.scm# b/modules/language/python/module/#_sha1.scm#
deleted file mode 100644
index 87a0adb..0000000
--- a/modules/language/python/module/#_sha1.scm#
+++ /dev/null
@@ -1,10 +0,0 @@
-(define-module (language python module _sha1)
- #:use-module (language python checksum)
- #:use-module (oop pf-objects)
- #:export (sha1))
-
-(define-python-class sha1 (Summer)
- (define name "sha1")
- (define digest_size 20)
-
- (define _command "/usr/bin/sha1sum"))