Skip to content

Commit

Permalink
Fix failing unit test
Browse files Browse the repository at this point in the history
Refs #9345
  • Loading branch information
DanNixon committed Aug 22, 2014
1 parent b0c427a commit d09659a
Showing 1 changed file with 5 additions and 5 deletions.
@@ -1,10 +1,5 @@
from mantid.kernel import *
from mantid.api import *
from mantid.simpleapi import *
from mantid import logger, mtd
from IndirectCommon import *
from IndirectImport import import_mantidplot

import os.path


Expand Down Expand Up @@ -41,6 +36,11 @@ def PyInit(self):


def PyExec(self):
from mantid.simpleapi import *
from mantid import logger, mtd
from IndirectCommon import *
from IndirectImport import import_mantidplot

in_ws = self.getPropertyValue('InputWorkspace')
out_name = self.getPropertyValue('Output')

Expand Down

0 comments on commit d09659a

Please sign in to comment.