This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
3.7.2
Fixes #294 with #295: uproot.pandas.iterate
assumes Python 3's absolute imports, so for Python 2 to work, we need
from __future__ import absolute_import
at the top of every file in uproot. (Thanks, @chrisburr!)