From a95ff951c402ce19939b792e294f9b46ea60932c Mon Sep 17 00:00:00 2001
From: Peter Peterson <petersonpf@ornl.gov>
Date: Sat, 15 May 2010 01:37:26 +0000
Subject: [PATCH] Fixing eol property. Refs #1256.

---
 Code/Mantid/PythonAPI/MantidHeader.py  | 18 +++++++++---------
 Code/Mantid/PythonAPI/MantidStartup.py |  6 +++---
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/Code/Mantid/PythonAPI/MantidHeader.py b/Code/Mantid/PythonAPI/MantidHeader.py
index 89f61f89323..83cf2660749 100644
--- a/Code/Mantid/PythonAPI/MantidHeader.py
+++ b/Code/Mantid/PythonAPI/MantidHeader.py
@@ -1,9 +1,9 @@
-##########################################################
-#                                                        #
-# A wrapper module to handle creating the Mantid Python  # 
-# framework.                                             #
-#                                                        #
-##########################################################
-from MantidFramework import *    
-
-mtd.initialise(False)
+##########################################################
+#                                                        #
+# A wrapper module to handle creating the Mantid Python  # 
+# framework.                                             #
+#                                                        #
+##########################################################
+from MantidFramework import *    
+
+mtd.initialise(False)
diff --git a/Code/Mantid/PythonAPI/MantidStartup.py b/Code/Mantid/PythonAPI/MantidStartup.py
index f253c1d7572..d260cd590bd 100644
--- a/Code/Mantid/PythonAPI/MantidStartup.py
+++ b/Code/Mantid/PythonAPI/MantidStartup.py
@@ -1,4 +1,4 @@
-from MantidHeader import *
-print "\n==== Mantid Scripting Interface ==== \n"
-print "Mantid Framework Manager 'mantid' ready.\n"
+from MantidHeader import *
+print "\n==== Mantid Scripting Interface ==== \n"
+print "Mantid Framework Manager 'mantid' ready.\n"
 mantidHelp()
\ No newline at end of file
-- 
GitLab