~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/model/translationpackagingjob.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-18 20:55:27 UTC
  • mfrom: (13463.2.1 revert-13420)
  • Revision ID: launchpad@pqm.canonical.com-20110718205527-gxsmcc8tn7d89swk
[r=wgrant][rollback=13420] Revert r13420 (the relanding of r13292,
 which broke production in similar ways).

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
    @staticmethod
54
54
    def _register_subclass(cls):
55
 
        # Why not a classmethod?  See RegisteredSubclass.__init__.
56
55
        PackagingJobDerived._register_subclass(cls)
57
56
        job_type = getattr(cls, 'class_job_type', None)
58
57
        if job_type is not None: