summaryrefslogtreecommitdiff
path: root/modules/language/python/list.scm
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-11-06 23:26:25 +0100
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-11-06 23:26:25 +0100
commit4d4de6eecb3917e19a0af616790630a683b43767 (patch)
tree84f4e249a986928dfcba616d32a269900804772c /modules/language/python/list.scm
parent9f1bcefabfbfb28cd913b363285675d98e9c622c (diff)
python repo install
Diffstat (limited to 'modules/language/python/list.scm')
-rw-r--r--modules/language/python/list.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/language/python/list.scm b/modules/language/python/list.scm
index c656edf..35be4fc 100644
--- a/modules/language/python/list.scm
+++ b/modules/language/python/list.scm
@@ -1,6 +1,7 @@
(define-module (language python list)
#:use-module (ice-9 match)
#:use-module (ice-9 control)
+ #:use-module (ice-9 format)
#:use-module (oop pf-objects)
#:use-module (oop goops)
#:use-module (language python hash)
@@ -1000,3 +1001,5 @@
#f))
(define py-list list)
+
+(set! (@@ (language python def) to-list) to-list)