summaryrefslogtreecommitdiff
path: root/modules/language/python/module/copy.scm
diff options
context:
space:
mode:
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)))