added unicode_literals import at start of each file

This commit is contained in:
Anand Doshi
2012-07-19 13:40:31 +05:30
parent 5756630efb
commit 486f9dfcec
781 changed files with 781 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
#
from __future__ import unicode_literals
import cgi, cgitb, os, sys
cgitb.enable()