~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/browser/sourcepackage.py

  • Committer: Benji York
  • Date: 2011-08-01 12:51:12 UTC
  • mfrom: (13572 devel)
  • mto: This revision was merged to the branch mainline in revision 13573.
  • Revision ID: benji.york@canonical.com-20110801125112-a4euql70924suzb6
mergeĀ fromĀ devel

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
from lp.translations.model.translationpackagingjob import TranslationMergeJob
44
44
 
45
45
 
46
 
class SourcePackageTranslationsView(TranslationsMixin,
 
46
class SourcePackageTranslationsView(LaunchpadView, TranslationsMixin,
47
47
                                    TranslationSharingDetailsMixin):
48
48
 
49
49
    @property