Instead of 'import commands' use 'import subprocess' as this is compatible with Python3.

This commit is contained in:
Roderick Tam
2020-05-27 14:04:29 +02:00
committed by Ewoud Smeur
parent 4f62afe90a
commit 8b140c1db7
+1 -1
View File
@@ -8,7 +8,7 @@ from collections import namedtuple
from os import path, getenv, walk
from fnmatch import fnmatch
#from subprocess import call
import commands
import subprocess
import lxml.etree as ET