mirror of
https://github.com/ARM-software/devlib.git
synced 2025-03-04 01:07:51 +00:00
host: Fix incorrect import
Fix import of `shutils` to `shutil`
This commit is contained in:
parent
c88a5dbb8b
commit
f2e81a8b5b
@ -30,7 +30,7 @@ from devlib.connection import ConnectionBase, PopenBackgroundCommand
|
||||
|
||||
if sys.version_info >= (3, 8):
|
||||
def copy_tree(src, dst):
|
||||
from shutils import copy, copytree
|
||||
from shutil import copy, copytree
|
||||
copytree(
|
||||
src,
|
||||
dst,
|
||||
|
Loading…
x
Reference in New Issue
Block a user