cloak/wsgi.py

7 lines
89 B
Python
Raw Permalink Normal View History

2015-09-20 06:10:07 +00:00
import os
os.chdir(os.path.dirname(__file__))
import x
application = x.b.default_app()