Give the py3 static checker something to resolve unicode to

It's pretty much just a bug in the static checker. :/
This commit is contained in:
Jean-Paul Calderone 2021-08-11 14:27:21 -04:00
parent 1d75bbfd72
commit fd3d3bc688

View File

@ -9,6 +9,7 @@ if PY2:
import os, sys
from six.moves import StringIO
from past.builtins import unicode
import six
try: