Fixes unicode for python2 in test_queries.

This commit is contained in:
Olivier Mangin 2018-01-31 10:53:29 -05:00
parent f3ec9621ee
commit 248bf62317

View File

@ -1,3 +1,6 @@
# coding: utf8
from __future__ import unicode_literals
import unittest import unittest
import dotdot import dotdot