projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b81629
)
added all variable in __init__.py to allow importing of the whole module
author
Benedikt Tutzer
<e1225461@student.tuwien.ac.at>
Thu, 25 Oct 2018 14:32:28 +0000
(16:32 +0200)
committer
Benedikt Tutzer
<e1225461@student.tuwien.ac.at>
Thu, 25 Oct 2018 14:32:28 +0000
(16:32 +0200)
__init__.py
patch
|
blob
|
history
diff --git
a/__init__.py
b/__init__.py
index 118ba306b82522f71b06d15f20a0ae8e1dbfec9e..330fd6d86343879ebe654d93092820db6b5815e4 100644
(file)
--- a/
__init__.py
+++ b/
__init__.py
@@
-1,3
+1,5
@@
import os
import sys
sys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL)
+
+__all__ = ["libyosys"]