Files
Roberto De Ioris 09fe2960b5 another cleanup
2012-12-28 14:32:27 +01:00

6 lines
186 B
Python

import sys
import uwsgi
sys.meta_path.insert(0, uwsgi.SymbolsZipImporter("django_zip:djenv/lib/python2.6/site-packages"))
sys.meta_path.insert(0, uwsgi.SymbolsZipImporter("djapp_zip"))