in asfpy/pubsub.py [0:0]
def __init__(self, url): warnings.warn('use listen() instead', DeprecationWarning) self.url = url self.connection = None