summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-24 15:06:19 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-24 15:06:19 +0200
commit23369e1e1d413f69b93bdd07b2c4f4327193ec9c (patch)
treee9c55ded134df101897043b62b385e00ee29f1e0 /src
parent29efa234b8cc4dbe81cb6ca4b689f44c741fb1bc (diff)
downloadabrt-23369e1e1d413f69b93bdd07b2c4f4327193ec9c.tar.gz
abrt-23369e1e1d413f69b93bdd07b2c4f4327193ec9c.tar.xz
abrt-23369e1e1d413f69b93bdd07b2c4f4327193ec9c.zip
added docs/DESIGN
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src')
-rw-r--r--src/Hooks/sitecustomize.py5
1 files changed, 5 insertions, 0 deletions
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: