Commit 2cba9968 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Return the input function indicated by six.moves.

parent e22b40a8
...@@ -171,7 +171,7 @@ class CLIApplicationBase(object): ...@@ -171,7 +171,7 @@ class CLIApplicationBase(object):
""" """
Returns a function that retrieves user input. Returns a function that retrieves user input.
""" """
return raw_input return input
def _execute(self, p_command, p_args): def _execute(self, p_command, p_args):
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment