Use python3 range.
Including potential memory reduction due to not created unnecessary lists.
This commit is contained in:
parent
ee0db7a50d
commit
bcd8674ef3
20 changed files with 66 additions and 46 deletions
|
|
@ -25,7 +25,7 @@ long enough to need to scroll and **kwargs will be passed on to the
|
|||
caller.msg() construct (text will be using the pager restrictor).
|
||||
|
||||
"""
|
||||
from builtins import object
|
||||
from builtins import object, range
|
||||
|
||||
from django.conf import settings
|
||||
from evennia import Command, CmdSet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue