From c3ec80d9472326fda1a465432df553b9390ed6f6 Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Tue, 18 Feb 2014 09:35:55 +0100 Subject: [PATCH] planned imports of PyLoT of not yet existing PyLoT classes commented from pylot/__init__.py --- pylot/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylot/__init__.py b/pylot/__init__.py index 5f716ae7..1297ecab 100755 --- a/pylot/__init__.py +++ b/pylot/__init__.py @@ -29,5 +29,5 @@ The development of PyLoT is part of the joint research project MAGS2. import os.path as osp from obspy.core.utcdatetime import UTCDateTime from obspy.core.util.attribdict import AttribDict -from pylot.core.trace import Stats, Trace -from pylot.core.stream import Stream, read +#from pylot.core.trace import Stats, Trace +#from pylot.core.stream import Stream, read