~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/externalbugtracker/bugzilla.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
    def initializeRemoteBugDB(self, bug_ids):
319
319
        """See `ExternalBugTracker`.
320
320
 
321
 
        This method is overriden so that Bugzilla version issues can be
 
321
        This method is overridden so that Bugzilla version issues can be
322
322
        accounted for.
323
323
        """
324
324
        if self.version is None: