Skip to content

Commit

Permalink
Merge branch 'feature/8590_Refl_gui_Live_Data_fix' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
keithnbrown committed Jan 30, 2014
2 parents a06c037 + c9b51bc commit f656b8c
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
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 isis_reflectometry import load_live_runs
from latest_isis_runs import *

from mantid.api import Workspace, WorkspaceGroup

try:
Expand Down

0 comments on commit f656b8c

Please sign in to comment.