Fixed all plugins (excl lua) to work with new hooks

This commit is contained in:
James Booth
2014-10-30 00:20:19 +00:00
parent b9f69dcda6
commit 35e274a2ba
7 changed files with 229 additions and 140 deletions

View File

@@ -19,7 +19,7 @@ def _cmd_python(msg):
prof.cons_show("python-test: /python command called with no arg")
def _cmd_ac(arg1=None, arg2=None):
prof.cons_show("python-test: /py_complete called");
prof.cons_show("python-test: /py_complete called")
def _cmd_upper(line):
win_tag = "Python Plugin"