changed dlopen flags to support plugins
authorBenedikt Tutzer <e1225461@student.tuwien.ac.at>
Thu, 25 Oct 2018 14:19:22 +0000 (16:19 +0200)
committerBenedikt Tutzer <e1225461@student.tuwien.ac.at>
Thu, 25 Oct 2018 14:19:22 +0000 (16:19 +0200)
__init__.py [new file with mode: 0644]

diff --git a/__init__.py b/__init__.py
new file mode 100644 (file)
index 0000000..118ba30
--- /dev/null
@@ -0,0 +1,3 @@
+import os
+import sys
+sys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL)