renamed a few things
This commit is contained in:
parent
cda19bc1e3
commit
19cd24f07f
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
Reference in a new issue