~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/launchpad/lp_registration.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-26 05:42:58 UTC
  • mfrom: (4479.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090626054258-g2uqv0u7c1nwfhe9
(igc) projects instead of products in lp plugin (Neil
        Martinsen-Burrell)

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
    def __init__(self, path):
315
315
        if not path:
316
316
            raise errors.InvalidURL(path=path,
317
 
                                    extra="You must specify a product.")
 
317
                                    extra="You must specify a project.")
318
318
        self.path = path
319
319
 
320
320
    def _request_params(self):