pathlib has been included in the Python standard library since 3.4,
and since the lowest supported version of Python is now above that, we
can remove the external dependency and use pathlib directly. As a
drive-by, also remove a bunch of future imports.
pathlib has been included in the Python standard library since 3.4, and since the lowest supported version of Python is now above that, we can remove the external dependency and use pathlib directly. As a drive-by, also remove a bunch of future imports.