planned imports of PyLoT of not yet existing PyLoT classes commented from pylot/__init__.py

This commit is contained in:
Sebastian Wehling-Benatelli 2014-02-18 09:35:55 +01:00
parent f9d8173b2f
commit c3ec80d947

View File

@ -29,5 +29,5 @@ The development of PyLoT is part of the joint research project MAGS2.
import os.path as osp import os.path as osp
from obspy.core.utcdatetime import UTCDateTime from obspy.core.utcdatetime import UTCDateTime
from obspy.core.util.attribdict import AttribDict from obspy.core.util.attribdict import AttribDict
from pylot.core.trace import Stats, Trace #from pylot.core.trace import Stats, Trace
from pylot.core.stream import Stream, read #from pylot.core.stream import Stream, read