Files
uwsgi/bootstrap.py
T
2011-07-18 18:24:01 +02:00

5 lines
74 B
Python

import sys
import uwsgi
sys.meta_path.insert(0, uwsgi.SymbolsImporter())