= line ending fix =

these files all had non unix line endings...
This commit is contained in:
Tom Musgrove 2007-01-18 08:39:31 +00:00
parent 21f431047f
commit 898fccf463
5 changed files with 5 additions and 5 deletions

@ -575,4 +575,4 @@ if ask_modif==0:
link_script('Trajectory', 'Redraw')
if ask_modif==2:
text_remove('Trajectory')
print("---End of Trajectory_"+str(__version__)+".py---\n--- Thanks for use ---")
print("---End of Trajectory_"+str(__version__)+".py---\n--- Thanks for use ---")

@ -877,4 +877,4 @@ def bevent(evt):
Blender.Window.Redraw()
Register(draw, event, bevent)
Register(draw, event, bevent)

@ -485,4 +485,4 @@ if retval:
if bEdit.val and not bEditPath.val:
SetEditorAndExport()
else:
Export()
Export()

@ -25,4 +25,4 @@ def main():
if __name__ == '__main__':
main()
main()

@ -38,4 +38,4 @@ def main():
if __name__ == '__main__':
main()