From 97b732a5ade57c8d65df7c0a407dd740136c55c4 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 13 Aug 2011 16:34:00 +0530 Subject: [PATCH] silly error in to handler --- best/smsmesn/handlers/fromto.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/best/smsmesn/handlers/fromto.py b/best/smsmesn/handlers/fromto.py index bb4145d..5c79288 100644 --- a/best/smsmesn/handlers/fromto.py +++ b/best/smsmesn/handlers/fromto.py @@ -1,7 +1,6 @@ #!/usr/bin/env python # vim: ai ts=4 sts=4 et sw=4 - from rapidsms.contrib.handlers.handlers.keyword import KeywordHandler # from new_best.models import * import datetime @@ -94,7 +93,7 @@ class FromToHandler(KeywordHandler): toString = "to %s" % (tos[0][1]) else: toString = "to %s" % (getOptions(tos)) - toString = "To location not found." +# toString = "To location not found." self.respond(fromString + " " + toString)