Add init file in sdram/phy dir
authorRohit Kumar Singh <rohit91.2008@gmail.com>
Mon, 21 Sep 2015 15:39:48 +0000 (21:09 +0530)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Mon, 21 Sep 2015 15:46:16 +0000 (23:46 +0800)
commit71993edae487733b75ac78913204a4ebbbcc0a30
tree46478581d0165d5b1dd3b793dbddc89c18ddefcd
parentb2a4eead0c8504e99f90d182c93a4db924483ae8
Add init file in sdram/phy dir

Without __init__.py file, when using setup.py, setuptools' find_package() function does not find the files in sdram/phy package. Hence .egg file entirely misses sdram/phy directory

More info here: https://bitbucket.org/pypa/setuptools/issues/97
misoclib/mem/sdram/phy/__init__.py [new file with mode: 0644]