handlers check for 'applications' folder
This commit is contained in:
committed by
Michele Comitini
parent
72b3092ef6
commit
13c782eaa6
@@ -34,6 +34,10 @@ from mod_python import apache
|
||||
|
||||
path = os.path.dirname(os.path.abspath(__file__))
|
||||
os.chdir(path)
|
||||
|
||||
if not os.path.exists('applications'):
|
||||
raise RuntimeError('Running from the wrong folder')
|
||||
|
||||
sys.path = [path] + [p for p in sys.path if not p == path]
|
||||
|
||||
import gluon.main
|
||||
|
||||
Reference in New Issue
Block a user