changed dlopen flags to support plugins

This commit is contained in:
Benedikt Tutzer 2018-10-25 16:19:22 +02:00
parent e7880bab20
commit 0b81629779
1 changed files with 3 additions and 0 deletions

3
__init__.py Normal file
View File

@ -0,0 +1,3 @@
import os
import sys
sys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL)