Skip to content
Snippets Groups Projects
Commit c9b51bc9 authored by Keith Brown's avatar Keith Brown
Browse files

refs #8590 Replaced Import Statement

The import had dissapeared, persumably from when owen cleaned some stuff up and git got confused
parent bc766cc7
No related merge requests found
......@@ -7,8 +7,10 @@ import csv
from PyQt4 import QtCore, QtGui
from mantid.simpleapi import *
from isis_reflectometry.quick import *
from isis_reflectometry import load_live_runs
from isis_reflectometry.combineMulti import *
from latest_isis_runs import *
from mantid.api import Workspace, WorkspaceGroup
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment