summaryrefslogtreecommitdiff
path: root/modules/language/python/module/copy.scm
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2019-03-13 09:20:18 +0100
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2019-03-13 09:20:18 +0100
commit6b0070bb5c37b118eb09c1ec023999bbdf1781e7 (patch)
tree7bbc9df1036b0a7733ea45f3dd74a199929176e1 /modules/language/python/module/copy.scm
parente1bf1a32c8453ea485365e9704e7cb983db3b4bb (diff)
parentdb36b6633b5ccd709eac44635ca88e8683ddb4e3 (diff)
Merge branch 'master' of https://gitlab.com/python-on-guile/python-on-guile
Diffstat (limited to 'modules/language/python/module/copy.scm')
-rw-r--r--modules/language/python/module/copy.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/language/python/module/copy.scm b/modules/language/python/module/copy.scm
index 795fff1..9393aa0 100644
--- a/modules/language/python/module/copy.scm
+++ b/modules/language/python/module/copy.scm
@@ -8,5 +8,5 @@
(match x
((#:obj x) x)
(x x)))
-(define (copy x) (s ((@@ (logic guile-log persistance) copy) x)))
-(define (deepcopy x) (S ((@@ (logic guile-log persistance) deep-copy) x)))
+(define (copy x) (s ((@@ (persist persistance) copy) x)))
+(define (deepcopy x) (S ((@@ (persist persistance) deep-copy) x)))