clean-up
This commit is contained in:
parent
c83a11a2c3
commit
ac27a8ef2e
@ -26,7 +26,6 @@ The development of PyLoT is part of the joint research project MAGS2.
|
|||||||
(http://www.gnu.org/copyleft/lesser.html)
|
(http://www.gnu.org/copyleft/lesser.html)
|
||||||
'''
|
'''
|
||||||
|
|
||||||
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
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
"""
|
|
||||||
Created on Fri Nov 8 15:13:13 2013
|
|
||||||
|
|
||||||
@author: sebastianw
|
|
||||||
"""
|
|
||||||
|
|
||||||
from obspy.core import Stream as Obspystream
|
|
||||||
|
|
||||||
|
|
||||||
class Stream(Obspystream):
|
|
||||||
pass
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
"""
|
|
||||||
Created on Fri Nov 8 15:12:43 2013
|
|
||||||
|
|
||||||
@author: sebastianw
|
|
||||||
"""
|
|
||||||
|
|
||||||
from obspy.core import Trace as Obspytrace
|
|
||||||
from obspy.core.util import AttribDict
|
|
||||||
|
|
||||||
|
|
||||||
class Stats(AttribDict):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class Trace(Obspytrace):
|
|
||||||
pass
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user