From 0818df057cca59a949ffa88947a6b16dec2411ca Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Sat, 9 Apr 2022 14:45:42 +0200 Subject: fix: use `python3` for all `python` invocations (#10832) --- plugins/aliases/cheatsheet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/aliases/cheatsheet.py') diff --git a/plugins/aliases/cheatsheet.py b/plugins/aliases/cheatsheet.py index 694afd31c..a7e3968b0 100644 --- a/plugins/aliases/cheatsheet.py +++ b/plugins/aliases/cheatsheet.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import sys import itertools import termcolor -- cgit v1.2.3-70-g09d2