renamed a few things

This commit is contained in:
Luke Rogers 2013-10-08 11:44:14 +13:00
parent cda19bc1e3
commit 19cd24f07f
3 changed files with 3 additions and 3 deletions

9
plugins/python.py Normal file
View file

@ -0,0 +1,9 @@
from util import hook
from util.pyexec import eval_py
@hook.command
def python(inp):
"""python <prog> -- Executes <prog> as Python code."""
return eval_py(inp)