revert wikipedia namespace

This commit is contained in:
Ryan Hitchman 2011-10-22 15:11:59 -05:00
parent e2fb20f64c
commit a8eea42f14
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def wiki(inp):
x = http.get_xml(search_url, search=inp)
ns = '{http://www.mediawiki.org/xml/api/}'
ns = '{http://opensearch.org/searchsuggest2}'
items = x.findall(ns + 'Section/' + ns + 'Item')
if items == []: