Skip to content

Commit

Permalink
Re #10803 Tests with new package location
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jan 8, 2015
1 parent 044e833 commit 5823ffc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Inelastic/DirectEnergyConversion.py
Expand Up @@ -104,7 +104,7 @@

import CommonFunctions as common
import diagnostics
from Direct.DirectPropertyManager import DirectPropertyManager;
from DirectPropertyManager import DirectPropertyManager;

def setup_reducer(inst_name,reload_instrument=False):
"""
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/test/DirectPropertyManagerTest.py
Expand Up @@ -5,7 +5,7 @@
import numpy as np
import os
import sys
from DirectPropertyManager import DirectPropertyManager
from Direct.DirectPropertyManager import DirectPropertyManager


#-----------------------------------------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/test/DirectReductionHelpersTest.py
@@ -1,7 +1,7 @@
from mantid.simpleapi import *
from mantid import api
import unittest
import DirectReductionHelpers as helpers
import Direct.DirectReductionHelpers as helpers


class DirectReductionHelpersTest(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/test/MariReduction.py
@@ -1,6 +1,6 @@
""" Sample MARI reduction scrip used in testing ReductionWrapper """

from ReductionWrapper import *
from Direct.ReductionWrapper import *
try:
import reduce_vars as rv
except:
Expand Down

0 comments on commit 5823ffc

Please sign in to comment.