vj12
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

vj12.wsgi
text/plain

Download raw (164 bytes)

import os
import sys

os.chdir(os.path.dirname(__file__))
sys.path.append(os.path.dirname(__file__))

import vj12
import bottle

application = bottle.default_app()