~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/longpoll/tests/test_longpoll.py

  • Committer: Jelmer Vernooij
  • Date: 2011-09-21 14:28:02 UTC
  • mfrom: (14006 devel)
  • mto: This revision was merged to the branch mainline in revision 14010.
  • Revision ID: jelmer@canonical.com-20110921142802-7ggkc204igsy532w
MergeĀ lp:launchpad

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
    )