More tweaks for python 3

This commit is contained in:
Lance Edgar 2018-02-12 15:32:54 -06:00
parent ee35cc6f22
commit b0821e8011
2 changed files with 7 additions and 3 deletions

View file

@ -30,7 +30,7 @@ import os
import datetime
import logging
import tempfile
from cStringIO import StringIO
from six import StringIO
import six
import sqlalchemy as sa