From: Fred Morcos Date: Thu, 10 Apr 2025 05:13:55 +0000 (+0200) Subject: config: Use python3 instead of python X-Git-Tag: 2.4.2~851 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1451061f998f9feb2cdd27cc5cd42ef326c482f;p=thirdparty%2Fdovecot%2Fcore.git config: Use python3 instead of python --- diff --git a/src/lib-settings/settings-history.py b/src/lib-settings/settings-history.py index 2ddcbf6aa6..d7876a210a 100755 --- a/src/lib-settings/settings-history.py +++ b/src/lib-settings/settings-history.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """Generate history structs for renamed settings and changed default values."""