Skip to content
Snippets Groups Projects
Commit 9daf5193 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Make call python2/3 compatible

parent 394c3767
No related merge requests found
......@@ -251,7 +251,7 @@ class MainWindow(QMainWindow):
add_actions(self.view_menu, self.view_menu_actions)
def launchCustomGUI(self, script):
execfile(script)
exec(open(script).read())
def populateAfterMantidImport(self):
from mantid.kernel import ConfigService, logger
......
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