~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/sshserver/tests/test_accesslog.py

  • Committer: Curtis Hovey
  • Date: 2011-12-21 20:23:01 UTC
  • mto: This revision was merged to the branch mainline in revision 14576.
  • Revision ID: curtis.hovey@canonical.com-20111221202301-eanu8y06nuba1gij
Moved canonical.launchpad.scripts __init__ to lp.services.scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
from bzrlib.tests import TestCase as BzrTestCase
16
16
import zope.component.event
17
17
 
18
 
from canonical.launchpad.scripts import WatchedFileHandler
 
18
from lp.services.scripts import WatchedFileHandler
19
19
from lp.services.sshserver.accesslog import LoggingManager
20
20
from lp.testing import TestCase
21
21