From 37946242391b530d01da277918e4531f3855c875 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 10 Sep 2019 12:50:58 -0400 Subject: move printmimestructure to python3, dropping py2 compatibility Signed-off-by: Daniel Kahn Gillmor --- printmimestructure | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/printmimestructure b/printmimestructure index 70e0a5c..49e7208 100755 --- a/printmimestructure +++ b/printmimestructure @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Author: Daniel Kahn Gillmor @@ -15,12 +15,9 @@ # └─╴application/pgp-signature inline [signature.asc] 836 bytes # 0 dkg@alice:~$ - # If you want to number the parts, i suggest piping the output through # something like "cat -n" -from __future__ import print_function - import email import sys -- cgit v1.2.3