~mabac/launchpad-work-items-tracker/visible-lane-selector

« back to all changes in this revision

Viewing changes to generate-all

  • Committer: Mattias Backman
  • Date: 2011-12-07 09:03:27 UTC
  • mfrom: (281.1.6 trunk)
  • Revision ID: mattias.backman@linaro.org-20111207090327-i6e80lt2ft0i43uk
Merge from trunk. Salgado's performance improvements and license changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# Create HTML/JSON reports and burndown charts for all teams and milestones
4
4
# from a configuration file
 
5
#
 
6
# Copyright (C) 2010, 2011 Canonical Ltd.
 
7
# License: GPL-3
5
8
 
6
9
import optparse, os.path, sys
7
10