~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Gary Poster
  • Date: 2011-07-27 15:25:32 UTC
  • mto: This revision was merged to the branch mainline in revision 13541.
  • Revision ID: gary.poster@canonical.com-20110727152532-50akr19c7mgcj5qu
add config option for timeout value

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(LaunchpadView, TranslationsMixin,
 
46
class SourcePackageTranslationsView(TranslationsMixin,
47
47
                                    TranslationSharingDetailsMixin):
48
48
 
49
49
    @property