~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

actually parse the recipe

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
            constraint=name_validator,
37
37
            description=_("The name of this recipe."))
38
38
 
 
39
 
39
40
class ISourcePackageRecipeSource(Interface):
40
41
    """ XXX """
41
42