~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/stories/webservice/xx-source-package-publishing.txt

  • Committer: Jeroen Vermeulen
  • Date: 2011-09-26 06:30:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14049.
  • Revision ID: jeroen.vermeulen@canonical.com-20110926063007-1fb5eelnidpnra9a
Fix lots of lint in recently-changed files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
    >>> pubs = webservice.named_get(
47
47
    ...     cprov_archive['self_link'], 'getPublishedSources',
48
 
    ...     source_name="iceweasel", version="1.0", exact_match=True).jsonBody()
 
48
    ...     source_name="iceweasel", version="1.0",
 
49
    ...     exact_match=True).jsonBody()
49
50
    >>> print_publications(pubs)
50
51
    iceweasel 1.0 in warty
51
52
 
238
239
Create a private PPA for Celso with some binaries.
239
240
 
240
241
    >>> from zope.component import getUtility
241
 
    >>> from lp.registry.interfaces.distribution import IDistributionSet
242
242
    >>> from lp.registry.interfaces.person import IPersonSet
243
243
    >>> from lp.soyuz.tests.test_publishing import (
244
244
    ...      SoyuzTestPublisher)