/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2009-06-29 14:51:13 UTC
  • mfrom: (4489 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4490.
  • Revision ID: aaron@aaronbentley.com-20090629145113-3w350dxgqppnzo4g
Merge bzr.dev

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):