python: rename startup/shutdown hooks.

db4
John Benediktsson 2014-12-24 08:10:52 -08:00
parent 592764ded4
commit 3f98ac4a30
1 changed files with 2 additions and 2 deletions

View File

@ -115,5 +115,5 @@ ERROR: missing-type type ;
: with-quot>py-cfunction ( alien quot -- )
'[ <py-cfunction> @ ] 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