~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/script-monitor.py

  • Committer: Curtis Hovey
  • Date: 2011-12-21 18:44:09 UTC
  • mto: This revision was merged to the branch mainline in revision 14576.
  • Revision ID: curtis.hovey@canonical.com-20111221184409-3zbwlizo7puj9z65
Moved scriptmonitor to lp.scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    logger,
27
27
    logger_options,
28
28
    )
29
 
from canonical.launchpad.scripts.scriptmonitor import check_script
 
29
from lp.scripts.scriptmonitor import check_script
30
30
 
31
31
 
32
32
def main():