Drop remaining py2 compat
commit1537d5fd02eaba57a052a76764bfc25f82d1e724
authorMarko Kreen <markokr@gmail.com>
Tue, 28 Jul 2020 20:31:35 +0000 (28 23:31 +0300)
committerMarko Kreen <markokr@gmail.com>
Tue, 28 Jul 2020 20:31:35 +0000 (28 23:31 +0300)
treec69f48376a524e6472d73fee454218279900f190
parentaa932e0c851f1e98ad1aa91fe41707d674945729
Drop remaining py2 compat

* replace UTC with timezone.utc
* replace ZERO with b"\0"
* replace EMPTY with b""
rarfile.py
test/test_util.py