Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 18 → Rev 19

/webapp/main.py
56,7 → 56,7
FROM `metaWords`
WHERE partOfSpeech IN ('v.', 'vin.', 'vtr,')
ORDER BY NL DESC"""):
text += unicode(thing["navi"]) + u" - " + clear(unicode(thing["ipa"])) + u" - " + unicode(thing.navi == clear(unicode(thing["ipa"]))) + u"<br />"
text += unicode(thing["navi"]) + u" - " + clear(unicode(thing["ipa"])) + u" - " + unicode(thing.[navi]) == clear(unicode(thing["ipa"])) + u"<br />"
self.write(text)
 
application = tornado.web.Application([