~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/script-monitor-nagios.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:45:35 UTC
  • mfrom: (14565.2.24 apocalyptic-pieces)
  • Revision ID: launchpad@pqm.canonical.com-20111222044535-jbjyzq3hzwiy7g20
[rs=sinzui][no-qa] Move javascript and scripts to lp. Dismantle
 mailnotification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
import _pythonpath
33
33
 
34
34
from canonical.database.sqlbase import connect
35
 
from canonical.launchpad.scripts import (
 
35
from lp.services.scripts import (
36
36
    db_options,
37
37
    logger,
38
38
    logger_options,
39
39
    )
40
 
from canonical.launchpad.scripts.scriptmonitor import check_script
 
40
from lp.scripts.scriptmonitor import check_script
41
41
 
42
42
 
43
43
def main():