Skip to content

Commit

Permalink
refs #8590 Replaced Import Statement
Browse files Browse the repository at this point in the history
The import had dissapeared, persumably from when owen cleaned some stuff up and git got confused
  • Loading branch information
keithnbrown committed Jan 30, 2014
1 parent bc766cc commit c9b51bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/Mantid/scripts/Interface/ui/reflectometer/refl_gui.py
Expand Up @@ -7,8 +7,10 @@
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:
Expand Down

0 comments on commit c9b51bc

Please sign in to comment.