from six.moves import xrange for Python 3

This commit is contained in:
cclauss
2018-02-08 21:13:40 +01:00
parent 1ccdb305e3
commit e1a8b69736
8 changed files with 19 additions and 4 deletions

View File

@@ -5,6 +5,8 @@
import logging
import os
from six.moves import xrange
# Django
from django.conf import settings