diff --git a/QtPyLoT.py b/QtPyLoT.py index 4b5f869d..424c9264 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -74,7 +74,8 @@ from pylot.core.util.connection import checkurl from pylot.core.util.dataprocessing import read_metadata, restitute_data from pylot.core.util.utils import fnConstructor, getLogin, \ full_range, readFilterInformation, trim_station_components, check4gaps, make_pen, pick_color_plt, \ - pick_linestyle_plt, remove_underscores, check4doubled, identifyPhaseID, excludeQualityClasses, has_spe + pick_linestyle_plt, remove_underscores, check4doubled, identifyPhaseID, excludeQualityClasses, has_spe, \ + check4rotated from pylot.core.util.event import Event from pylot.core.io.location import create_creation_info, create_event from pylot.core.util.widgets import FilterOptionsDialog, NewEventDlg, \ diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index e7705475..6050a271 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -23,7 +23,7 @@ except: from matplotlib.figure import Figure from pylot.core.util.utils import find_horizontals, identifyPhase, loopIdentifyPhase, trim_station_components, \ - identifyPhaseID + identifyPhaseID, check4rotated try: from matplotlib.backends.backend_qt4agg import FigureCanvas