~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/scripts/queue.py

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    def __init__(self, distribution_name, suite_name, queue, terms,
81
81
                 component_name, section_name, priority_name,
82
82
                 display, no_mail=True, exact_match=False, log=None):
83
 
        """Initialises passed variables. """
 
83
        """Initializes passed variables. """
84
84
        self.terms = terms
85
85
        # Some actions have addtional commands at the start of the terms
86
86
        # so allow them to state that here by specifiying the start index.