convert to unicode_literals
[htsworkflow.git] / bcmagic / views.py
index 3d9206fec91e52321043f649cfb9937481f0a07e..4efbcaa7503460420b742396fcaa31922f6fed12 100644 (file)
@@ -1,3 +1,5 @@
+from __future__ import unicode_literals
+
 from django.http import HttpResponse
 from django.template import RequestContext, Template, Context
 from django.shortcuts import render_to_response