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

@@ -29,6 +29,8 @@ import threading
import uuid
import memcache
from six.moves import xrange
__all__ = ['event_context']