From 3f98ac4a305206a9ac22652c880980c6c8ec77a4 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 24 Dec 2014 08:10:52 -0800 Subject: [PATCH] python: rename startup/shutdown hooks. --- extra/python/python.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/python/python.factor b/extra/python/python.factor index 71e172e2ae..42c2a48b54 100644 --- a/extra/python/python.factor +++ b/extra/python/python.factor @@ -115,5 +115,5 @@ ERROR: missing-type type ; : with-quot>py-cfunction ( alien quot -- ) '[ @ ] with-callback ; inline -[ py-initialize ] "py-initialize" add-startup-hook -[ py-finalize ] "py-finalize" add-shutdown-hook +[ py-initialize ] "python" add-startup-hook +[ py-finalize ] "python" add-shutdown-hook