Add missing import of 'six' to app.py
app.py makes reference to six.b without importing module. Change-Id: I7e89ecc8dddccff35dfd5990d339068ae58f23cf
This commit is contained in:
parent
9783079c45
commit
dce1155653
@ -27,6 +27,7 @@ import threading
|
|||||||
import warnings
|
import warnings
|
||||||
import webbrowser
|
import webbrowser
|
||||||
|
|
||||||
|
import six
|
||||||
from six.moves import queue
|
from six.moves import queue
|
||||||
from six.moves.urllib import parse as urlparse
|
from six.moves.urllib import parse as urlparse
|
||||||
import sqlalchemy.exc
|
import sqlalchemy.exc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user