Removed usages of win_process_line

This commit is contained in:
James Booth
2014-06-11 21:16:54 +01:00
parent 20d890cfdc
commit 43eb38da2d
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ def _cmd_upper(line):
prof.win_focus(_win_tag)
if line:
prof.win_process_line(_win_tag, line)
_handle_upper(_win_tag, line)
def _handle_upper(win, line):
prof.win_show(win, line.upper())