unicode_literals everywhere in python 2.7 -


is there way behaviour of

from __future__ import unicode_literals 

to apply project-wide, apart putting import in top of each , every module?

i define in 1 place, __init__.py of package directory of project root say, , have recursively apply subpackages , submodules.


Comments