Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 186410 | Differences between
and this patch

Collapse All | Expand All

(-)pybugz-0.6.11/bugz.py (-1 / +4 lines)
Lines 238-244 from cStringIO import StringIO Link Here
238
from urlparse import urlsplit, urljoin
238
from urlparse import urlsplit, urljoin
239
from urllib import urlencode
239
from urllib import urlencode
240
from urllib2 import build_opener, HTTPCookieProcessor, Request
240
from urllib2 import build_opener, HTTPCookieProcessor, Request
241
from elementtree import ElementTree
241
try:
242
    from xml.etree import ElementTree
243
except ImportError:
244
    from elementtree import ElementTree
242
from cookielib import LWPCookieJar, CookieJar
245
from cookielib import LWPCookieJar, CookieJar
243
246
244
#
247
#

Return to bug 186410