mirror of
https://github.com/koniu/recoll-webui.git
synced 2025-10-05 19:42:05 +02:00
py: fix setting of cwd again
This commit is contained in:
parent
8e9177a465
commit
7da8ea858b
3 changed files with 11 additions and 12 deletions
4
webui.py
4
webui.py
|
@ -1,4 +1,4 @@
|
|||
#!env python
|
||||
#!/usr/bin/env python
|
||||
#{{{ imports
|
||||
import os
|
||||
import bottle
|
||||
|
@ -24,8 +24,6 @@ import string
|
|||
import shlex
|
||||
import urllib
|
||||
from pprint import pprint
|
||||
# change to recoll-webui directory to access templates
|
||||
os.chdir(os.path.dirname(__file__))
|
||||
#}}}
|
||||
#{{{ settings
|
||||
# recoll settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue