~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Change all uses of 'initialise' to 'initialize'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    """Used to establish permission to a group of package uploads.
93
93
 
94
94
    Recieves an IDistroSeries and a PackageUploadStatus dbschema
95
 
    on initialisation.
 
95
    on initialization.
96
96
    No attributes exposed via interface, only used to check permissions.
97
97
    """
98
98