Unicode fix for python 2.x

This commit is contained in:
Ryan Leckey
2013-09-09 01:05:43 -07:00
parent 7d7996e16d
commit 90a3b4e3f1

View File

@@ -1,3 +1,4 @@
from __future__ import unicode_literals
import sqlalchemy as sa
from tests import TestCase
from sqlalchemy_utils import generic_relationship