~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/bugtarget.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-14 00:24:37 UTC
  • mfrom: (14460.1.2 whitespace-comments-198058)
  • Revision ID: launchpad@pqm.canonical.com-20111214002437-uxqo8g32duf8kapa
[r=bac][bug=198058] The bug:+Comments made up entirely of whitespace
        should be discarded

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from cStringIO import StringIO
25
25
from datetime import datetime
26
26
from functools import partial
 
27
from operator import itemgetter
27
28
import httplib
28
 
from operator import itemgetter
29
29
import urllib
30
30
from urlparse import urljoin
31
31