~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/longpoll/adapters/subscriber.py

[r=allenap][no-qa] Split much of lp.app.longpoll into
 lp.services.longpoll.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
from zope.interface import implements
17
17
from zope.publisher.interfaces import IApplicationRequest
18
18
 
19
 
from lp.app.longpoll.interfaces import ILongPollSubscriber
 
19
from lp.services.longpoll.interfaces import ILongPollSubscriber
20
20
from lp.services.messaging.queue import (
21
21
    RabbitQueue,
22
22
    RabbitRoutingKey,