mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 08:55:51 +08:00
Instead of 'import commands' use 'import subprocess' as this is compatible with Python3.
This commit is contained in:
committed by
Ewoud Smeur
parent
4f62afe90a
commit
8b140c1db7
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user