changeset 13:4e06df5f36c7

removed 'yp' cmd
author Atul Varma <varmaa@toolness.com>
date Sat, 27 Mar 2010 14:54:46 -0700
parents e273bc5fd580
children 9ca05d02bc3a
files my-enso-commands.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/my-enso-commands.py	Sat Mar 27 14:52:40 2010 -0700
+++ b/my-enso-commands.py	Sat Mar 27 14:54:46 2010 -0700
@@ -391,7 +391,6 @@
 cmd_wiki = WebSearchCmd("http://en.wikipedia.org/wiki/Special:Search?search=%(query)s")
 cmd_wowhead = WebSearchCmd("http://www.wowhead.com/?search=%(query)s")
 cmd_amaz = WebSearchCmd("http://www.amazon.com/exec/obidos/search-handle-url/index%%3Dblended%%26field-keywords%%3D%(query)s%%26store-name%%3Dall-product-search")
-cmd_yp = WebSearchCmd("http://local.google.com/local?sc=1&q=%(query)s&near=2418+washington+94115&btnG=Google+Search")
 cmd_imdb = WebSearchCmd("http://www.imdb.com/find?s=all&q=%(query)s&x=0&y=0")
 cmd_mdc = WebSearchCmd("http://www.google.com/search?hl=en&q=%(query)s+site%%3Adeveloper.mozilla.org&btnG=Google+Search")
 cmd_mxr = WebSearchCmd("http://mxr.mozilla.org/mozilla/search?string=%(query)s")