From: Fredrik Tolf Date: Sun, 13 Jun 2021 01:45:37 +0000 (+0200) Subject: local: Use pathlib instead of direct filesystem calls. X-Git-Url: http://git.dolda2000.com/gitweb/?a=commitdiff_plain;h=f72650a7d0c2f7ce10a41c3e56f4101e73f5f4e7;hp=f72650a7d0c2f7ce10a41c3e56f4101e73f5f4e7;p=automanga.git local: Use pathlib instead of direct filesystem calls. This in order to be able to support such things as using Zip files transparently in the future. ---