Skip to content

Commit

Permalink
Re #10803 Renamed DirectReductionHelpers into ReductionHelpers
Browse files Browse the repository at this point in the history
as they are in Direct folder now.
  • Loading branch information
abuts committed Jan 8, 2015
1 parent 5823ffc commit 244ceab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2,349 deletions.
6 changes: 4 additions & 2 deletions Code/Mantid/scripts/Inelastic/Direct/DirectPropertyManager.py
Expand Up @@ -3,8 +3,10 @@
from mantid import geometry
from mantid import config
from mantid.kernel import funcreturns
import DirectReductionHelpers as prop_helpers
from DirectReductionProperties import DirectReductionProperties

import ReductionHelpers as prop_helpers
from Direct.DirectReductionProperties import DirectReductionProperties

from collections import OrderedDict
import CommonFunctions as common
import os
Expand Down
Expand Up @@ -8,7 +8,7 @@
from mantid import api
from mantid import geometry
from mantid import config
import DirectReductionHelpers as prop_helpers
import ReductionHelpers as prop_helpers
import CommonFunctions as common
import os

Expand Down

0 comments on commit 244ceab

Please sign in to comment.