##// END OF EJS Templates
spelling: current
timeless@gmail.com -
r5795:722677a6 default
parent child Browse files
Show More
@@ -814,7 +814,7 b' Example WSGI dispatch script:'
814 os.environ["HGENCODING"] = "UTF-8"
814 os.environ["HGENCODING"] = "UTF-8"
815 os.environ['PYTHON_EGG_CACHE'] = '/srv/kallithea/.egg-cache'
815 os.environ['PYTHON_EGG_CACHE'] = '/srv/kallithea/.egg-cache'
816
816
817 # sometimes it's needed to set the curent dir
817 # sometimes it's needed to set the current dir
818 os.chdir('/srv/kallithea/')
818 os.chdir('/srv/kallithea/')
819
819
820 import site
820 import site
General Comments 0
You need to be logged in to leave comments. Login now