mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 18:45:34 +00:00
added all variable in __init__.py to allow importing of the whole module
This commit is contained in:
parent
0b81629779
commit
5c59429893
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
import os
|
||||
import sys
|
||||
sys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL)
|
||||
|
||||
__all__ = ["libyosys"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue