mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-16 02:15:48 +00:00
5 lines
91 B
Python
5 lines
91 B
Python
import sys
|
|
import uwsgi
|
|
|
|
sys.meta_path.insert(0, uwsgi.SymbolsZipImporter("pygments_zip"))
|