silly error in to handler

This commit is contained in:
Sanj 2011-08-13 16:34:00 +05:30
parent 27c3f554ce
commit 97b732a5ad

View File

@ -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)