added all variable in __init__.py to allow importing of the whole module
authorBenedikt Tutzer <e1225461@student.tuwien.ac.at>
Thu, 25 Oct 2018 14:32:28 +0000 (16:32 +0200)
committerBenedikt Tutzer <e1225461@student.tuwien.ac.at>
Thu, 25 Oct 2018 14:32:28 +0000 (16:32 +0200)
__init__.py

index 118ba306b82522f71b06d15f20a0ae8e1dbfec9e..330fd6d86343879ebe654d93092820db6b5815e4 100644 (file)
@@ -1,3 +1,5 @@
 import os
 import sys
 sys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL)
+
+__all__ = ["libyosys"]