summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-24 11:29:38 +0800
committerSean Whitton <spwhitton@spwhitton.name>2018-07-24 11:29:38 +0800
commit23ad88817c283d5d180b9c27a7c644c204be19a7 (patch)
treeb41a7642e96b24cc2b9f00783c5f582578e01689
parentc8fef4575a88f5e36ad5157eaef12b638bb26767 (diff)
downloadmailscripts-23ad88817c283d5d180b9c27a7c644c204be19a7.tar.gz
mdmv: attempt to convert to python3
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rwxr-xr-xmdmv4
1 files changed, 1 insertions, 3 deletions
diff --git a/mdmv b/mdmv
index 18d79f7..8553231 100755
--- a/mdmv
+++ b/mdmv
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# mdmv -- safely move messages between maildirs
@@ -17,8 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-from __future__ import print_function
-
import os
import sys
import time