diff --git a/gestion/sitecustomize.py b/gestion/sitecustomize.py new file mode 100644 index 00000000..fcacdcdd --- /dev/null +++ b/gestion/sitecustomize.py @@ -0,0 +1,7 @@ +# +# sitecustomize.py - saving a useful function. Copy to the +# somewhere on the Python path, like the site-packages directory +# +import sys + +sys.setappdefaultencoding=sys.setdefaultencoding