~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/scripts/tests/test_scriptmonitor.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:
8
8
from unittest import TestCase
9
9
 
10
10
from canonical.database.sqlbase import connect
11
 
from canonical.launchpad.scripts import logger
 
11
from lp.services.scripts import logger
12
12
from lp.scripts.scriptmonitor import check_script
13
13
from canonical.testing.layers import DatabaseLayer
14
14