Skip to content
Snippets Groups Projects
Commit ef1c0734 authored by Martyn Gigg's avatar Martyn Gigg
Browse files

Add __future__ imports to error reporter code.

parent bef328ab
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@
# NScD Oak Ridge National Laboratory, European Spallation Source
# & Institut Laue - Langevin
# SPDX - License - Identifier: GPL - 3.0 +
from __future__ import (absolute_import, print_function)
import sys
import argparse
......
......@@ -4,6 +4,8 @@
# NScD Oak Ridge National Laboratory, European Spallation Source
# & Institut Laue - Langevin
# SPDX - License - Identifier: GPL - 3.0 +
from __future__ import (absolute_import, print_function)
import os
from mantid.kernel import ErrorReporter, UsageService, ConfigService
......
......@@ -4,6 +4,8 @@
# NScD Oak Ridge National Laboratory, European Spallation Source
# & Institut Laue - Langevin
# SPDX - License - Identifier: GPL - 3.0 +
from __future__ import (absolute_import, print_function)
from qtpy import QtGui, QtCore, QtWidgets
from qtpy.QtCore import Signal
......
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