~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/interfaces/translationsharingjob.py

Merged pending-db-changes into db-cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
    sourcepackagename = Attribute(
21
21
        _("The sourcepackagename of the Packaging."))
 
22
 
 
23
    potemplate = Attribute(
 
24
        _("The POTemplate to pass around as the relevant template."))