convert to unicode_literals
[htsworkflow.git] / labels / test_labels.py
index ca3633bb6d2c73635640d8dca26ef16f3fc9999b..b09de7a301caeacc8b66aee9b01d45c4ff1b5bf0 100644 (file)
@@ -4,6 +4,7 @@ unittest). These will both pass when you run "manage.py test".
 
 Replace these with more appropriate tests for your application.
 """
+from __future__ import unicode_literals
 
 from django.test import TestCase