This commit is contained in:
Sebastian Wehling-Benatelli 2014-03-13 13:26:13 +01:00
parent c83a11a2c3
commit ac27a8ef2e
3 changed files with 0 additions and 32 deletions

View File

@ -26,7 +26,6 @@ The development of PyLoT is part of the joint research project MAGS2.
(http://www.gnu.org/copyleft/lesser.html)
'''
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

View File

@ -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

View File

@ -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