Fix missing import sys in methods.py

(cherry picked from commit ea1e4bf9ac)
This commit is contained in:
Hugo Locurcio 2022-09-05 17:14:21 +02:00 committed by Rémi Verschelde
parent 5800615be7
commit 48bda355f0

View file

@ -1,5 +1,6 @@
import os
import re
import sys
import glob
import subprocess
from collections import OrderedDict