futurize stage2 vui

This commit is contained in:
Simon Forman
2020-04-23 23:44:29 -07:00
parent f949efe1a4
commit d2785f6f68
9 changed files with 113 additions and 91 deletions
+3 -1
View File
@@ -18,7 +18,9 @@
# along with Thun. If not see <http://www.gnu.org/licenses/>.
#
from __future__ import print_function
from StringIO import StringIO
from future import standard_library
standard_library.install_aliases()
from io import StringIO
import base64, zlib