From 3b2a07a8665be4c10b22e2ff84d45d67d86ffc79 Mon Sep 17 00:00:00 2001 From: Remigiusz Fiedler Date: Wed, 5 Nov 2008 11:42:34 +0000 Subject: [PATCH] uniform end-of-line format and set svn:eol-style property to "native" for all scripts --- release/scripts/export_m3g.py | 2 +- release/scripts/import_lightwave_motion.py | 2 +- release/scripts/scripttemplate_gamelogic.py | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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() '''