From 0349280ddddd55b274a8d0df2a7ee0d656f3d5c8 Mon Sep 17 00:00:00 2001 From: bernat Date: Fri, 10 Sep 2004 15:40:52 +0200 Subject: [PATCH] Super hack de la mort qui tue puor garder une fonction qui serait sinon inaccessible darcs-hash:20040910134052-d1718-9c0ce6cdbc054b63e57eabdc8179e446eb7b4022.gz --- gestion/sitecustomize.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gestion/sitecustomize.py 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