Merge pull request #1897 from aogier/python3

importing `range` no longer needed
This commit is contained in:
Griatch 2019-08-26 08:27:58 +02:00 committed by GitHub
commit f75c1f2a9f

View file

@ -12,7 +12,6 @@ value - which may change as Evennia is developed. This way you can
always be sure of what you have changed and what is default behaviour.
"""
from builtins import range
from django.contrib.messages import constants as messages
from django.urls import reverse_lazy