~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-05-23 18:43:31 UTC
  • mfrom: (13084.2.6 page-match-rewrite-url)
  • Revision ID: launchpad@pqm.canonical.com-20110523184331-dhd2c7cgfuu49epw
[r=sinzui][bug=784273] Adds facility to the PageMatch to handle bad
        URIs

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    """A read-only interface for package sets."""
66
66
    export_as_webservice_entry(publish_web_link=False)
67
67
 
68
 
    id = exported(Int(title=_('ID'), required=True, readonly=True))
 
68
    id = Int(title=_('ID'), required=True, readonly=True)
69
69
 
70
70
    date_created = exported(Datetime(
71
71
        title=_("Date Created"), required=True, readonly=True,