Skip to content

Commit

Permalink
Fix package imports to fix system tests. Refs #4924
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Apr 24, 2012
1 parent d0996c6 commit 94150df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from reducer import ReductionStep
from reduction.reducer import ReductionStep
from mantidsimple import *
import string
import os
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Inelastic/msg_reducer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os.path

from mantidsimple import *
import reducer
import reduction.reducer as reducer
import inelastic_indirect_reduction_steps as steps

class MSGReducer(reducer.Reducer):
Expand Down

0 comments on commit 94150df

Please sign in to comment.