From 59009144a22b41e1f67837ba2289a3c1f2d28e72 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 7 Mar 2021 11:44:58 +0100 Subject: fetchmailconf --version: print Python version, too. --- fetchmailconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fetchmailconf.py b/fetchmailconf.py index d528341e..0690051e 100755 --- a/fetchmailconf.py +++ b/fetchmailconf.py @@ -2196,6 +2196,7 @@ Usage: fetchmailconf {[-d] [-f fetchmailrc]|-h|--help|-V|--version} sys.exit(0) elif switch == '-V' or switch == '--version': print("fetchmailconf %s" % VERSION) + print("Running on python", sys.version) print(""" Copyright (C) 1997 - 2003 Eric S. Raymond Copyright (C) 2005 - 2020 Matthias Andree -- cgit v1.2.3