~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/sourcepackagerecipedata.py

Delegate base_branch and deb_version_template via a new Interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
"""
10
10
 
11
11
__metaclass__ = type
12
 
__all__ = ['_SourcePackageRecipeData']
 
12
__all__ = ['SourcePackageRecipeData']
13
13
 
14
14
from bzrlib.plugins.builder.recipe import (
15
15
    BaseRecipeBranch, MergeInstruction, NestInstruction, RecipeBranch)
97
97
        return branch
98
98
 
99
99
 
100
 
class _SourcePackageRecipeData(Storm):
 
100
class SourcePackageRecipeData(Storm):
101
101
    """The database representation of a BaseRecipeBranch from bzr-builder.
102
102
 
103
103
    This is referenced from the SourcePackageRecipe table as the 'recipe_data'