From 5e45cd0354881aee35f582b4c233eb8341ebc7a3 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 3 Aug 2008 22:36:00 -0300 Subject: [PATCH] Make blitiri.cgi work as a symlink --- blitiri.cgi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blitiri.cgi b/blitiri.cgi index f08247e..1dadce5 100755 --- a/blitiri.cgi +++ b/blitiri.cgi @@ -50,6 +50,9 @@ import urllib import cgi from docutils.core import publish_parts +# Before importing the config, add our cwd to the Python path +sys.path.append(os.getcwd()) + # Load the config file, if there is one try: from config import * -- 2.43.0