Remove this unused argv function.
This commit is contained in:
parent
267ae16c5d
commit
560b918815
1 changed files with 0 additions and 5 deletions
|
@ -15,11 +15,6 @@ class PipeableException(Exception):
|
|||
|
||||
class NoArguments(PipeableException):
|
||||
pass
|
||||
def argv(index):
|
||||
try:
|
||||
return sys.argv[index]
|
||||
except IndexError:
|
||||
return None
|
||||
|
||||
def multi_line_input(prompt=None):
|
||||
if prompt is not None and not IN_PIPE:
|
||||
|
|
Loading…
Reference in a new issue