diff -r d54ca1ec9090 -r e2f7d6c95db0 wxglade_hmi/wxglade_hmi.py --- a/wxglade_hmi/wxglade_hmi.py Thu Apr 04 11:12:30 2013 +0900 +++ b/wxglade_hmi/wxglade_hmi.py Thu Apr 04 11:13:28 2013 +0900 @@ -73,7 +73,7 @@ runtimefile.write(""" %(declare)s -def _runtime_%(location)s_begin(): +def _runtime_%(location)s_start(): global %(global)s def OnCloseFrame(evt): @@ -81,7 +81,7 @@ %(init)s -def _runtime_%(location)s_cleanup(): +def _runtime_%(location)s_stop(): global %(global)s %(cleanup)s