Following is what I am trying to do. Two words W1 and W2 are friends if the Levenshtein distance for those words are 1.
import logging, email from google.appengine.ext import webapp from google.appengine.ext.webapp.mail_handlers import InboundMailHandler