From f39bc7f94b1f24e1b641f7a1819369da9223d4c1 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Wed, 10 Aug 2022 13:34:45 -0400 Subject: [PATCH] set python to python2.7 on DATA/rpl --- helpers/DATA/rpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/DATA/rpl b/helpers/DATA/rpl index d5288505..8da00137 100755 --- a/helpers/DATA/rpl +++ b/helpers/DATA/rpl @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2.7 import optparse, sys, os, tempfile, re try: import readline -- GitLab