From 23369e1e1d413f69b93bdd07b2c4f4327193ec9c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 24 Sep 2009 15:06:19 +0200 Subject: added docs/DESIGN Signed-off-by: Denys Vlasenko --- src/Hooks/sitecustomize.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/Hooks/sitecustomize.py b/src/Hooks/sitecustomize.py index abae27bf..56c6669b 100644 --- a/src/Hooks/sitecustomize.py +++ b/src/Hooks/sitecustomize.py @@ -1,3 +1,8 @@ +# This special script is placed in +# /usr/local/lib/pythonNNN/site-packages/sitecustomize.py +# and python interpreter runs it automatically everytime +# some python script is executed + config = None conf = {} try: -- cgit