~do-plugins/do-plugins/future

« back to all changes in this revision

Viewing changes to Launchpad/src/LaunchpadPersonItem.cs

  • Committer: David Siegel
  • Date: 2008-12-23 21:35:54 UTC
  • Revision ID: david@david-desktop-20081223213554-f26d06t4ujmtjwja
Launchpad plugin needs a rewrite; dropped from the build (not updated).

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
18
 */
19
19
using System;
 
20
using System.Linq;
 
21
using System.Collections.Generic;
20
22
using System.Text.RegularExpressions;
21
23
using Do.Universe;
22
24