2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-18 08:07:06 +00:00

Convert codebase for python3 usage

This commit is contained in:
Philip Sargent
2020-05-24 01:57:06 +01:00
committed by Wookey
parent 35f85c55f1
commit 50d753a87b
38 changed files with 288 additions and 261 deletions

View File

@@ -6,7 +6,7 @@ spec found.
"""
import os
from StringIO import StringIO
from io import StringIO
from imagekit.lib import *
from imagekit.utils import img_to_fobj
from django.core.files.base import ContentFile