Convert mostly to python3 (still need strings/bytes conversions)

This covers conversion of the whole project to python3, *except* for
the strings/bytes distinction in __init__.py, which i'm leaving for a
second commit.

The changes in this commit are intended to be relatively
uncontroversial, so that the following commit contains the tricky
bits.
This commit is contained in:
Daniel Kahn Gillmor
2019-02-20 16:57:32 -05:00
parent ad8f396db0
commit 391b5352f3
6 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/sh
python2 -m dkimpy_milter "$@"
python3 -m dkimpy_milter "$@"