mirror of https://github.com/YosysHQ/yosys.git
added all variable in __init__.py to allow importing of the whole module
This commit is contained in:
parent
0b81629779
commit
5c59429893
|
@ -1,3 +1,5 @@
|
|||
import os
|
||||
import sys
|
||||
sys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL)
|
||||
|
||||
__all__ = ["libyosys"]
|
||||
|
|
Loading…
Reference in New Issue