~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Julian Edwards
  • Date: 2011-12-05 16:01:37 UTC
  • mto: This revision was merged to the branch mainline in revision 14445.
  • Revision ID: julian.edwards@canonical.com-20111205160137-n76063q7c1tr3frr
fix lint

Show diffs side-by-side

added added

removed removed

Lines of Context:
952
952
            required=False),
953
953
        component_name=TextLine(title=_("Component name"), required=False),
954
954
        )
955
 
 
956
955
    # Really returns ISourcePackagePublishingHistory, see below for
957
956
    # patch to avoid circular import.
958
957
    @call_with(eager_load=True)