diff options
author | Helmut Grohne <helmut@subdivi.de> | 2021-12-30 18:07:37 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2021-12-31 15:49:48 +0100 |
commit | 4a4b9a2910a23f11102d1f183fdcd7a914cac168 (patch) | |
tree | a52e9225be3705efbc929eefd0043a2bc52d6604 /multiarchanalyze.py | |
parent | 4ef050147556c3e751194f20887a9b27dff3a366 (diff) | |
download | debian-dedup-4a4b9a2910a23f11102d1f183fdcd7a914cac168.tar.gz |
drop remaining Python 2.x support
Diffstat (limited to 'multiarchanalyze.py')
-rwxr-xr-x | multiarchanalyze.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multiarchanalyze.py b/multiarchanalyze.py index 904ade6..4fac9c5 100755 --- a/multiarchanalyze.py +++ b/multiarchanalyze.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import argparse import os.path |