diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ from wrapper import WrapperPath, Wrapper | |||
69 | from subcmds import all_commands | 69 | from subcmds import all_commands |
70 | 70 | ||
71 | if not is_python3(): | 71 | if not is_python3(): |
72 | input = raw_input | 72 | input = raw_input # noqa: F821 |
73 | 73 | ||
74 | global_options = optparse.OptionParser( | 74 | global_options = optparse.OptionParser( |
75 | usage='repo [-p|--paginate|--no-pager] COMMAND [ARGS]', | 75 | usage='repo [-p|--paginate|--no-pager] COMMAND [ARGS]', |