#! /bin/sh /usr/share/dpatch/dpatch-run
## DP: Add /etc/pyblosxom/ as a location to look for configuration.
@DPATCH@
--- pyblosxom-1.2.1/web/pyblosxom.cgi	2004-02-20 00:54:36.000000000 +0100
+++ pyblosxom-1.2.1/web/pyblosxom.cgi	2004-04-13 10:46:49.000000000 +0200
@@ -8,6 +8,9 @@ Blosxom details.
 
 # Settings are now in config.py, you should disable access to it by htaccess
 # (make it executable or deny access)
+# Modified for Debian by Fredrik Steen <stone@debian.org>
+import sys
+sys.path.append('/etc/pyblosxom/')
 from config import py as cfg
 
 # If the user defined a "codebase" property in their config file,
