~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/generate-external-bug-status-docs

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-03 17:08:40 UTC
  • mfrom: (14600.3.7 germinate-all-dev-series)
  • Revision ID: launchpad@pqm.canonical.com-20120103170840-qw8albc2cp5bk7ry
[r=wgrant][bug=904538] Let cron.germinate handle multiple dev series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
import _pythonpath
22
22
 
23
23
import codecs
24
 
import sys
25
 
 
26
24
from datetime import datetime
27
25
from itertools import chain
28
26
from optparse import OptionParser
 
27
import sys
29
28
 
30
29
from lp.bugs.externalbugtracker import BUG_TRACKER_CLASSES
31
30