~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2011-09-27 04:40:23 UTC
  • mfrom: (7675.1243.1 db-bug-735621)
  • mto: This revision was merged to the branch mainline in revision 14057.
  • Revision ID: william.grant@canonical.com-20110927044023-0c2qf0kkt5sahyt4
Merge jtv's unlanded LaunchpadCronScriptification.

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
 
24
26
from datetime import datetime
25
27
from itertools import chain
26
28
from optparse import OptionParser
27
 
import sys
28
29
 
29
30
from lp.bugs.externalbugtracker import BUG_TRACKER_CLASSES
30
31