mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-16 02:15:48 +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())
|