mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-28 17:45:39 +00:00
6 lines
128 B
Python
6 lines
128 B
Python
import sys
|
|
import uwsgi
|
|
|
|
print("i am the bootstrap for uwsgi.SymbolsImporter")
|
|
sys.meta_path.insert(0, uwsgi.SymbolsImporter())
|