Cannot import 'misc'
jkloe opened this issue · 2 comments
jkloe commented
When running P2PaLA.py from the current master branch state I get the following error:
File "P2PaLA.py", line 26, in <module>
from utils import misc
ImportError: cannot import name 'misc'
The utils subdirectory does not contain a file 'misc.py'
lquirosd commented
There was a missing file on previous commit. I just add the misc.py file to master branch.
Thanks for pointing it out.
jkloe commented
thx!