summaryrefslogtreecommitdiffstats
path: root/modules/oblique.py
diff options
context:
space:
mode:
authorSean B. Palmer <sbp@aldebaran.local>2010-11-06 13:58:51 +0000
committerSean B. Palmer <sbp@aldebaran.local>2010-11-06 13:58:51 +0000
commitca95157acbe6e340573130e45a851b39e547159d (patch)
tree56f28aebc0c04aaf9a135c1194c44be959d2e8f0 /modules/oblique.py
parent9ae58d0a353fc610e9affc1216b2cdc77e8cf89c (diff)
downloadbot-ca95157acbe6e340573130e45a851b39e547159d.tar.gz
bot-ca95157acbe6e340573130e45a851b39e547159d.tar.bz2
bot-ca95157acbe6e340573130e45a851b39e547159d.zip
Calculator updates, and .py and .wa implementations.
Diffstat (limited to 'modules/oblique.py')
-rwxr-xr-xmodules/oblique.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/oblique.py b/modules/oblique.py
index b19cb50..be1ca9d 100755
--- a/modules/oblique.py
+++ b/modules/oblique.py
@@ -87,10 +87,6 @@ o.commands = ['o']
o.example = '.o servicename arg1 arg2 arg3'
o.services = {}
-def py(phenny, input):
- service(phenny, input, 'py', input.group(2))
-py.commands = ['py']
-
def snippet(phenny, input):
py = "BeautifulSoup.BeautifulSoup(re.sub('<.*?>|(?<= ) +', '', " + \
"eval(urllib.urlopen('http://ajax.googleapis.com/ajax/serv" + \