Remove backwards compat function output.
This commit is contained in:
parent
bebcd6c7f3
commit
5a2eca486f
1 changed files with 0 additions and 2 deletions
|
@ -187,8 +187,6 @@ def stdout(line='', end='\n'):
|
|||
def stderr(line='', end='\n'):
|
||||
_output(sys.stderr, line, end)
|
||||
|
||||
# backwards compat
|
||||
output = stdout
|
||||
|
||||
def go(args=None, *input_args, **input_kwargs):
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue