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:
Cody A.W. Somerville 2016-01-21 22:54:31 -05:00
parent 9783079c45
commit dce1155653
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import threading
import warnings
import webbrowser
import six
from six.moves import queue
from six.moves.urllib import parse as urlparse
import sqlalchemy.exc