targets/plc_common_main.c
changeset 286 a2a8a52b0d4f
parent 280 f2ef79f3dba0
child 289 d17bd2f00a87
--- a/targets/plc_common_main.c	Sun Jan 04 17:25:22 2009 +0100
+++ b/targets/plc_common_main.c	Sun Jan 04 17:29:12 2009 +0100
@@ -69,6 +69,7 @@
     int res;
     config_init__();
     __init_debug();
+    __init_python();
     %(init_calls)s
     return 0;
 }
@@ -79,6 +80,7 @@
 {
     %(cleanup_calls)s
     __cleanup_debug();
+    __cleanup_python();
 }