mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-01 10:46:42 +00:00
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:
parent
1d75bbfd72
commit
fd3d3bc688
@ -9,6 +9,7 @@ if PY2:
|
|||||||
|
|
||||||
import os, sys
|
import os, sys
|
||||||
from six.moves import StringIO
|
from six.moves import StringIO
|
||||||
|
from past.builtins import unicode
|
||||||
import six
|
import six
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user