From f576181ae156928a68247b4832124f692542b2e9 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:30:38 +0200 Subject: [PATCH] offlineimap.py using env python3 --- offlineimap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offlineimap.py b/offlineimap.py index a14e73c..49532f8 100755 --- a/offlineimap.py +++ b/offlineimap.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # Startup from single-user installation # Copyright (C) 2002-2018 John Goerzen & contributors #