From 914486e0d9ccf6fe4ad2b5574cbd41ce5316f33c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sat, 29 Aug 2020 08:11:56 +0200 Subject: [PATCH] Changed environment to python3 in offlineimap Just it. --- bin/offlineimap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/offlineimap b/bin/offlineimap index be98a13..11a8a22 100755 --- a/bin/offlineimap +++ b/bin/offlineimap @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # Startup from system-wide installation # Copyright (C) 2002-2018 John Goerzen & contributors #