~lool/launchpad-work-items-tracker/meta-values-with-colons

« back to all changes in this revision

Viewing changes to collect

  • Committer: Martin Pitt
  • Date: 2011-07-08 10:08:00 UTC
  • mto: (281.1.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 309.
  • Revision ID: martin.pitt@canonical.com-20110708100800-r5g3ns6ih302krjj
add license file and copyright headers

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# Pull work items from various sources (blueprint whiteboards, linked blueprint
4
4
# bugs, wiki pages) and put them into a database.
 
5
#
 
6
# Copyright (C) 2010, 2011 Canonical Ltd.
 
7
# License: GPL-3
5
8
 
6
9
import urllib, re, sys, optparse, smtplib, pwd, os, urlparse
7
10
import logging