From: Benedikt Tutzer Date: Thu, 25 Oct 2018 14:32:28 +0000 (+0200) Subject: added all variable in __init__.py to allow importing of the whole module X-Git-Tag: yosys-0.9~179^2~23 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c59429893b24ff539c65172066a6f343d3dc28e;p=yosys.git added all variable in __init__.py to allow importing of the whole module --- diff --git a/__init__.py b/__init__.py index 118ba306b..330fd6d86 100644 --- a/__init__.py +++ b/__init__.py @@ -1,3 +1,5 @@ import os import sys sys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL) + +__all__ = ["libyosys"]