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

View file

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