~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/longpoll/tests/test_longpoll.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:
18
18
    emit,
19
19
    subscribe,
20
20
    )
21
 
from lp.app.longpoll.interfaces import (
 
21
from lp.services.longpoll.interfaces import (
22
22
    ILongPollEvent,
23
23
    ILongPollSubscriber,
24
24
    )