added all variable in __init__.py to allow importing of the whole module

This commit is contained in:
Benedikt Tutzer 2018-10-25 16:32:28 +02:00
parent 0b81629779
commit 5c59429893
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
import os
import sys
sys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL)
__all__ = ["libyosys"]