Skip to content

Commit

Permalink
Remove old API usage from SliceViewer tests. Refs #7468
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Jul 22, 2013
1 parent 42eb78f commit bec1de3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
import os
import unittest
import time

# Import the Mantid framework
import MantidFramework
from MantidFramework import mtd
from mantidsimple import *

import mantidqtpython

from mantidqtpython import StdRuntimeError, StdInvalidArgument
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
import unittest
import time
from PyQt4 import QtCore, QtGui
#from PyQt4.QtTest import QTest


# Import the Mantid framework
import MantidFramework
from MantidFramework import mtd
from mantidsimple import *
from mantid.simpleapi import *
import mantidqtpython

from mantidqtpython import StdRuntimeError, StdInvalidArgument
Expand Down

0 comments on commit bec1de3

Please sign in to comment.