~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/buildd-queue-builder.py

[r=stub][no-qa] Normalize on initialize in the database too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# Copyright 2009 Canonical Ltd.  This software is licensed under the
4
4
# GNU Affero General Public License version 3 (see the file LICENSE).
5
 
"""Build Jobs initialisation."""
 
5
"""Build Jobs initialization."""
6
6
 
7
7
__metaclass__ = type
8
8