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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -