uniform end-of-line format and set svn:eol-style property to "native" for all scripts

This commit is contained in:
Remigiusz Fiedler 2008-11-05 11:42:34 +00:00
parent 633e3e1323
commit 3b2a07a866
3 changed files with 4 additions and 3 deletions

@ -11,7 +11,7 @@ Tooltip: 'Export to M3G'
# #
# Source: http://www.nelson-games.de/bl2m3g/source # 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 # Author: Gerhard Völkl
# #

@ -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 ***** # ***** BEGIN GPL LICENSE BLOCK *****
# #

@ -83,7 +83,8 @@ def main():
own.life += ob.life own.life += ob.life
ob.life = 0 ob.life = 0
print own.life print own.life
""" """
main() main()
''' '''