scikit-hep / histbook

Versatile, high-performance histogram toolkit for Numpy.
BSD 3-Clause "New" or "Revised" License
109 stars 9 forks source link

NameError: global name 'threading' is not defined #42

Closed SiewYan closed 6 years ago

SiewYan commented 6 years ago

Hi,

Threading is not defined in book.py

https://github.com/scikit-hep/histbook/blob/master/histbook/book.py#L558

adding import threading fix the issue.

Thanks

jpivarski commented 6 years ago

Fixed by fd09a5713c7ebd8d1d6de9c7e7a206e676f6a593 .