]> git.llucax.com Git - software/blitiri.git/blobdiff - blitiri.cgi
Make blitiri.cgi work as a symlink
[software/blitiri.git] / blitiri.cgi
index f08247ee827feb87032cd8b2ba92c7300486ce17..1dadce5c3852d9140f69621d1747199449244e31 100755 (executable)
@@ -50,6 +50,9 @@ import urllib
 import cgi
 from docutils.core import publish_parts
 
 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 *
 # Load the config file, if there is one
 try:
        from config import *