Make litex a namespace.
This commit is contained in:
parent
3ae4f8f2de
commit
69367f8d4e
|
@ -1,3 +1,6 @@
|
|||
# https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
|
||||
import sys
|
||||
|
||||
# retro-compat 2019-09-30
|
||||
|
|
Loading…
Reference in New Issue