From 0abd20e46238fda88ce5294beca318dfbf70f25a Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Sat, 6 Jun 2020 10:15:50 -0500 Subject: [PATCH] import os. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 88139a163..4ee210929 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ # BSD 3-Clause License; see https://github.com/scikit-hep/uproot4/blob/master/LICENSE +import os.path from setuptools import setup from setuptools import find_packages