~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/code-import-worker-monitor.py

  • Committer: William Grant
  • Date: 2011-02-21 00:06:55 UTC
  • mto: This revision was merged to the branch mainline in revision 12418.
  • Revision ID: william.grant@canonical.com-20110221000655-jnvw6otrvne8zx4e
Purge implicit_begin/implicitBegin; ignored since Storm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        LaunchpadScript.__init__(self, name, dbuser, test_args)
39
39
        set_up_oops_reporting('codeimportworker', name, mangle_stdout=True)
40
40
 
41
 
    def _init_db(self, implicit_begin, isolation):
 
41
    def _init_db(self, isolation):
42
42
        # This script doesn't access the database.
43
43
        pass
44
44