cloak/wsgi.py
2015-09-20 08:10:07 +02:00

6 lines
89 B
Python
Executable file

import os
os.chdir(os.path.dirname(__file__))
import x
application = x.b.default_app()