From 827a0da21005c96e641303ada99a4a813f65d5a4 Mon Sep 17 00:00:00 2001 From: Sebastianw Wehling-Benatelli Date: Wed, 2 Mar 2016 13:36:18 +0100 Subject: [PATCH] [fix] imports to obspy's read_events changed due to deprecated naming of function readEvents --- pylot/core/loc/nll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/core/loc/nll.py b/pylot/core/loc/nll.py index 00ef8b02..36de5625 100644 --- a/pylot/core/loc/nll.py +++ b/pylot/core/loc/nll.py @@ -3,7 +3,7 @@ import subprocess import os -from obspy.core.event import readEvents +from obspy import readEvents from pylot.core.pick.utils import writephases from pylot.core.util.utils import getPatternLine from pylot.core.util.version import get_git_version as _getVersionString