Skip to content

Commit

Permalink
Fix failing unit tests
Browse files Browse the repository at this point in the history
Refs #10409
  • Loading branch information
DanNixon committed Nov 18, 2014
1 parent 24fdf2c commit 49ca1c4
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -2,8 +2,6 @@
from mantid.kernel import *
from mantid.api import *

from IndirectCommon import getInstrRun


def _normalize_to_lowest_temp(elt_ws_name):
"""
Expand Down Expand Up @@ -92,6 +90,7 @@ def validateInputs(self):

def PyExec(self):
from IndirectImport import import_mantidplot
from IndirectCommon import getInstrRun

# Do setup
self._setup()
Expand Down

0 comments on commit 49ca1c4

Please sign in to comment.