Files
uwsgi/examples/bootstrap.py
T
Roberto De Ioris 09fe2960b5 another cleanup
2012-12-28 14:32:27 +01:00

6 lines
128 B
Python

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