Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 287c6eef151322b760d39fd8e41b65ab > files > 2

pyblosxom-1.4.3-3mdv2010.1.src.rpm

--- pyblosxom-1.4.3/web/pyblosxom.cgi.orig	2007-07-25 23:33:39.000000000 +0200
+++ pyblosxom-1.4.3/web/pyblosxom.cgi	2009-01-06 16:59:13.000000000 +0100
@@ -6,6 +6,8 @@
 
 # Uncomment this if something goes wrong (for debugging)
 #import cgitb; cgitb.enable()
+import sys
+sys.path.append('/etc/pyblosxom/')
 
 
 # Don't touch anything below this line