From 49f46bf832b7c3a9e663e1c0068593d678129581 Mon Sep 17 00:00:00 2001
From: Steve Williams <stephen.williams@stfc.ac.uk>
Date: Wed, 8 Jun 2011 14:15:24 +0000
Subject: [PATCH] Fix problem running on RHEL6 re #3053

---
 Code/Mantid/scripts/SANS/centre_finder.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Mantid/scripts/SANS/centre_finder.py b/Code/Mantid/scripts/SANS/centre_finder.py
index 09939729b34..ec098fbf36f 100644
--- a/Code/Mantid/scripts/SANS/centre_finder.py
+++ b/Code/Mantid/scripts/SANS/centre_finder.py
@@ -3,7 +3,7 @@ import reduction.instruments.sans.sans_reduction_steps as sans_reduction_steps
 from mantidsimple import *
 import SANSUtility
 
-class CentreFinder():
+class CentreFinder(object):
     """
         Aids estimating the effective centre of the particle beam by calculating Q in four
         quadrants and using the asymmetry to calculate the direction to the beam centre. A
-- 
GitLab