From 925ae08ee16a4eab4a1fa2d20b51a46a73e06f7b Mon Sep 17 00:00:00 2001 From: Vibhav Pant Date: Mon, 26 Feb 2024 20:35:18 +0530 Subject: [PATCH] Use python3. --- tests/megacmd_serving_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/megacmd_serving_test.py b/tests/megacmd_serving_test.py index 4830bf21..0cf3bcbd 100755 --- a/tests/megacmd_serving_test.py +++ b/tests/megacmd_serving_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.7 +#!/usr/bin/python3 # -*- coding: utf-8 -*- import sys, os, subprocess, shutil, logging