From 23ad88817c283d5d180b9c27a7c644c204be19a7 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 24 Jul 2018 11:29:38 +0800 Subject: mdmv: attempt to convert to python3 Signed-off-by: Sean Whitton --- mdmv | 4 +--- 1 file changed, 1 insertion(+), 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 . -from __future__ import print_function - import os import sys import time -- cgit v1.2.3