Skip to content

Commit

Permalink
refs #8755. Better not to have the settings.py hidden in ui dirs.
Browse files Browse the repository at this point in the history
Move to the isis_reflectometry package instead. Fix tests.
  • Loading branch information
OwenArnold committed Jan 27, 2014
1 parent 0ff3382 commit 0924fb4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
from settings import *
from isis_reflectometry.settings import *
import xml.etree.ElementTree as xml

'''
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/test/SettingsTest.py
@@ -1,7 +1,7 @@
import unittest
import os
from mantid.simpleapi import *
from isis_reflgui import settings
from isis_reflectometry import settings

'''
RAII Test helper class. Equivalent to the ScopedFileHelper.
Expand Down

0 comments on commit 0924fb4

Please sign in to comment.