summaryrefslogtreecommitdiff
path: root/examples/bootstrap.py
blob: aa77c4c2b0a6d544ecd3e5dc493d39d5d302856a (plain)
1
2
3
4
5
import sys
import uwsgi

print("i am the bootstrap for uwsgi.SymbolsImporter")
sys.meta_path.insert(0, uwsgi.SymbolsImporter())