summaryrefslogtreecommitdiffstats
path: root/modules/oblique.py
diff options
context:
space:
mode:
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" + \