diff --git a/release/scripts/export_m3g.py b/release/scripts/export_m3g.py index 86ac03cc407..c74e7acbcd3 100644 --- a/release/scripts/export_m3g.py +++ b/release/scripts/export_m3g.py @@ -11,7 +11,7 @@ Tooltip: 'Export to M3G' # # Source: http://www.nelson-games.de/bl2m3g/source # -# $Id: m3g_export.py,v 0.1 2005/04/19 12:25 gerhardv Exp gerhardv $ +# $Id$ # # Author: Gerhard Völkl # diff --git a/release/scripts/import_lightwave_motion.py b/release/scripts/import_lightwave_motion.py index c242a9f6bd3..20c87dfd5c6 100644 --- a/release/scripts/import_lightwave_motion.py +++ b/release/scripts/import_lightwave_motion.py @@ -22,7 +22,7 @@ Be sure to set the framerate correctly """ -# $Id: export_lightwave_motion.py 9924 2007-01-27 02:15:14Z campbellbarton $ +# $Id$ # -------------------------------------------------------------------------- # ***** BEGIN GPL LICENSE BLOCK ***** # diff --git a/release/scripts/scripttemplate_gamelogic.py b/release/scripts/scripttemplate_gamelogic.py index 17095251155..7184d7e424f 100644 --- a/release/scripts/scripttemplate_gamelogic.py +++ b/release/scripts/scripttemplate_gamelogic.py @@ -83,7 +83,8 @@ def main(): own.life += ob.life ob.life = 0 print own.life - """ + """ + main() '''