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 1beab2a863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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