Remove basestring mentions remnants of 2.7
This commit is contained in:
parent
e54b87b6fd
commit
58116ff900
10 changed files with 29 additions and 29 deletions
|
|
@ -211,8 +211,8 @@ def _process_input(caller, prompt, result, cmd, generator):
|
|||
|
||||
Args:
|
||||
caller (Character, Account or Session): the caller.
|
||||
prompt (basestring): The sent prompt.
|
||||
result (basestring): The unprocessed answer.
|
||||
prompt (str): The sent prompt.
|
||||
result (str): The unprocessed answer.
|
||||
cmd (Command): The command itself.
|
||||
generator (GeneratorType): The generator.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue