summaryrefslogtreecommitdiff
path: root/modules/language/python/module/_sha224.scm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python/module/_sha224.scm')
-rw-r--r--modules/language/python/module/_sha224.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/language/python/module/_sha224.scm b/modules/language/python/module/_sha224.scm
index 16f1618..2b032a0 100644
--- a/modules/language/python/module/_sha224.scm
+++ b/modules/language/python/module/_sha224.scm
@@ -1,7 +1,7 @@
(define-module (language python module _sha224)
#:use-module (language python checksum)
#:use-module (oop pf-objects)
- #:export (sha224)
+ #:export (sha224))
(define-python-class sha224 (Summer)
(define name "sha224")