mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +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
|
||||
from six.moves import StringIO
|
||||
from past.builtins import unicode
|
||||
import six
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user