summaryrefslogtreecommitdiff
path: root/modules/language/python/list.scm
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-07-13 15:10:02 +0200
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-07-13 15:10:02 +0200
commit7d47faa9e658b14d67697856b3980b2ffa9d6776 (patch)
tree51b54ae3860745de258665911d34474a745c75da /modules/language/python/list.scm
parentda7f3a7234edcd9dbb7d766f4f01c3d08cf33729 (diff)
python re module now implemeted and works partially
Diffstat (limited to 'modules/language/python/list.scm')
-rw-r--r--modules/language/python/list.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/language/python/list.scm b/modules/language/python/list.scm
index 78b141e..125a874 100644
--- a/modules/language/python/list.scm
+++ b/modules/language/python/list.scm
@@ -12,6 +12,7 @@
#:use-module (language python bool)
#:use-module (language python exceptions)
#:use-module (language python persist)
+ #:re-export (pylist-ref pylist-set!)
#:export (to-list to-pylist <py-list> py-list
pylist-append!
pylist-slice pylist-subset! pylist-reverse!