picks.py deleted new classes are not needed; ~obspy.core.event.Pick object used instead

This commit is contained in:
Sebastian Wehling-Benatelli 2015-02-11 13:11:12 +01:00
parent bec1ee1716
commit b07f1b5b78

View File

@ -1,26 +0,0 @@
# -*- coding: utf-8 -*-
"""
Created on Thu Oct 2 18:40:55 2014
@author: sebastianw
"""
from obspy.core.event import Pick
class ReferencePick(Pick):
def __init__(self):
Pick.__init__()
class ConventionalPick(Pick):
def __init__(self):
Pick.__init__()
class AutomaticPick(Pick):
def __init__(self):
Pick.__init__()