summaryrefslogtreecommitdiff
path: root/modules/language/python/module/python.scm
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-08-16 22:41:44 +0200
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-08-16 22:41:44 +0200
commit6ae273a9f5a0bbc9c02627287c8b5f958fc2095f (patch)
tree5c0a05616acb6d9ea70eefcedc33cf65fd83b0d0 /modules/language/python/module/python.scm
parent849f5d8389aecbe4c7152061b118f5f6b098b8ba (diff)
improvements of optparse
Diffstat (limited to 'modules/language/python/module/python.scm')
-rw-r--r--modules/language/python/module/python.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/language/python/module/python.scm b/modules/language/python/module/python.scm
index 9f8defe..82c0cab 100644
--- a/modules/language/python/module/python.scm
+++ b/modules/language/python/module/python.scm
@@ -14,9 +14,10 @@
[(_ iface _ li)
(let ((l 'li))
(module-for-each
- (lambda (name . l)
+ (lambda (name . l)
(if (not (member name l))
- (module-re-export! (current-module) ((@ (guile) list) name))))
+ (module-re-export! (current-module)
+ ((@ (guile) list) (pk name)))))
(resolve-interface 'iface)))]))
(set! (@ (language python module os) path)